[Resolved] Add "stripes" above and below home page slider

Tagged: 

  • Author
    Posts
  • #3577

    Shev
    Participant

    How can I add a narrow border of colour above and below the slider on the home page only?

    Thanks!

    shevsimon.com

    #3579

    Andrew Misplon
    Keymaster

    Hey Shev 🙂

    If you first remove the following from Custom CSS:

    .home #main-slider {
        margin-bottom: -35px;
    }

    We’ll be free to add:

    /* Home */
    .home #main-slider {
    	background: red;
    	padding: 20px 0;
    }

    Edit as required. Hope that helps 🙂

    #3580

    Shev
    Participant

    You’re like a magician or something.

    THANK YOU!

    From,
    Your adoring fan

    #3581

    Andrew Misplon
    Keymaster

    Awesome, glad to hear that did the trick. Thanks for your support.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.

Scroll to top