Okay
  Public Ticket #305171
Nectar Slider - Change colour of Heading and Caption
Closed

Comments

  • Kez started the conversation

    Hey Guys,

    Do you have any css code to change the color of the heading and caption on each slide on the nectar slider? The black and white on some backgrounds sometimes don't pop out clearly enough.

    Cheers again,

    Kerrin

  •  8,840
    Tahir replied

    Hey Again!

    Can you provide the page url and which slide you would like to change so i can write up custom css. 

    Thanks


    ThemeNectar Support Team 

  • Kez replied

    Hey Tahir,

    If you can make code apply to all slides that would be great, but if it can only apply to one slide that's fine too. There's only one slide on my home page in the nectar slider so just use that.

    Thanks again,

    Kerrin

  •  8,840
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    body .swiper-slide .content h2 {
        color: #f00 !important;
    }
    
    
    body .swiper-slide .content p {
        color: #f00 !important;
    }
    
    
    
    Thanks


    ThemeNectar Support Team 

  • Kez replied

    works perfect, thanks again. cheers, kerrin