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
How can I add a narrow border of colour above and below the slider on the home page only?
Thanks!
shevsimon.com
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 🙂
You’re like a magician or something.
THANK YOU!
From,
Your adoring fan
Awesome, glad to hear that did the trick. Thanks for your support.