Okay
  Public Ticket #1253376
Nectar Slider Caption
Closed

Comments

  • thejameshay started the conversation

    Hello. I inserted hyperlinks to my contact page into the text fields in my nectar slider caption boxes. The problem I am having now is the dominant color is the accent color and then reverts to the original text color (white) when on-hover. I don't mind the accent color showing up during on-hover, but I would like to keep the caption box text white until the user does on-hover, which then, in that case, it should turn to the default accent color which I believe is blue. All my other links only turn to the accent color when on-hover, why are the caption boxes acting the opposite? I hope this makes sense ;-) Thanks in advance! 

  •  9,013
    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) :

    .swiper-slide .content p.transparent-bg span a {
        color: #fff !important;
    }
    .swiper-slide .content p.transparent-bg span a:hover {
        color: #3452ff !important;
    }

    Thanks


    ThemeNectar Support Team 

  • thejameshay replied

    It worked, thank you so much! The support here has been top notch. Thank you again.