Setup like demo

Homepage Community Forums inSync Theme Support Setup like demo

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #13927
    Frank
    Customer

      Hi Wes,

      I am new to Genesis and like your theme. My main problem is how to get the first image with the button like you have on the demo.

      Please advice.

      Thanks

      Frank

      #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/

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.