Reply To: Setup like demo

Homepage Community Forums inSync Theme Support Setup like demo Reply To: Setup like demo

#13950
Wes
Moderator

    You can add your own image by changing the link in your css file (which should be around line 1121 by default) –

    /* Slider
    --------------------------------------------- */
    
    .slider {
    	-webkit-background-size: cover;
    	-moz-background-size: cover;
    	background-attachment: fixed;
    	background-image: url(images/slider-bg.jpg);
    	background-position: center;
    	background-repeat: no-repeat;
    	background-size: cover;		
            clear: both;
    }

    You can add in your image inside of the child theme folder labeled “images”. Then change this line – background-image: url(images/slider-bg.jpg); to the name of the image you just uploaded. Then click your Reload button on your browser and it will show up instantly.

    The button was added in a text widget for the slider widget area –

    <a class="button large">Get Started</a>

    More buttons can be found here – http://demo.appfinite.net/insync/buttons/