Okay
  Public Ticket #258004
Change Slide Font Color - Dark
Closed

Comments

  • Christopher started the conversation

    Hi.

    Please tell me where I can change the slide font color (dark) from black to say...grey.

    Thanks.

  •  8,839
    Tahir replied

    Hey Christopher!

    Could you please provide the page url so i can live edit it and provide you the custom css. 

    Thanks


    ThemeNectar Support Team 

  •   Christopher replied privately
  •  8,839
    Tahir replied

    Hey Again!

    Add this into the Custom CSS box located in your Salient Options panel :

    body .swiper-slide[data-color-scheme="dark"] .content h2 {
        color: #999!important;
    }
    body .swiper-slide[data-color-scheme="dark"] .content p {
        color: #999!important;
    }
    

    Cheers


    ThemeNectar Support Team 

  • Christopher replied

    Thanks!