Resolved

Add "stripes" above and below home page slider

Ultra Theme started by Shev Jun 2, 2016 3 replies
Shev Jun 2, 2016 · 8:39 am #3577

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

Thanks!

shevsimon.com

Andrew Misplon Puro Jun 2, 2016 · 11:16 am #3579

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 🙂

Shev Jun 2, 2016 · 11:21 am #3580

You’re like a magician or something.

THANK YOU!

From,
Your adoring fan

Andrew Misplon Puro Jun 2, 2016 · 11:21 am #3581

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

4 posts