Okay
  Public Ticket #453926
change color of text /caption on nectar slider
Closed

Comments

  • Lars started the conversation

    I tryed the css as suggested here https://themenectar.ticksy.com/ticket/355926 however nothing happens when i use it.

    pls advise

  •  8,851
    Tahir replied

    Hey,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    body #ajax-content-wrap .nectar-slider-wrap div.swiper-slide .content h2 {
        font-size: 24px!important;
        color: #FF0000!important;
        line-height: 51px!important;
        margin-bottom: 6px;
        letter-spacing: -0.5px;
    }
    
    
    body #ajax-content-wrap .nectar-slider-wrap div.swiper-slide .content p {
        font-size: 24px!important;
        color: #FF0000!important;
        line-height: 51px!important;
        margin-bottom: 6px;
        letter-spacing: -0.5px;
    }

    Thanks



    ThemeNectar Support Team