I am trying to change the font colour of the header over the "Recent Projects" slider on my home page. Ideally I want to change the words "Our Initiatives", the 4-squares and the left and right arrows to white.
Add this into the Custom CSS box located in your Salient Options panel :
html body .carousel-wrap[data-full-width="true"] .carousel-heading h2 {
color: #fff !important;
}
body .carousel-wrap[data-full-width="true"] .carousel-heading i {
color: #fff !important;
}
I am trying to change the font colour of the header over the "Recent Projects" slider on my home page. Ideally I want to change the words "Our Initiatives", the 4-squares and the left and right arrows to white.
Thanks
Hey Mark!
ThemeNectar Support Team
Thank you!