Comments Mark started the conversationSeptember 9, 2014 at 10:22pmI 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 9,322Tahir repliedSeptember 10, 2014 at 4:45pmHey Mark!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; } Thanks ThemeNectar Support Team Mark repliedSeptember 10, 2014 at 7:28pmThank you! Sign in to reply ...
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!
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; }
ThemeNectar Support Team
Thank you!