Okay
  Public Ticket #279293
Recent Projects Shortcode Header text colour
Closed

Comments

  • Mark started the conversation

    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

  •  8,839
    Tahir replied

    Hey 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 replied

    Thank you!