• Hi,
    This is a great slider. I like very much. But I do not know something.

    I would like to change the slider title (link) color. How can I find it in the css?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @bboy320,

    Hope you’re well ??

    You should able to change this color with some CSS code like this one, just change HEX value to color you want:

    .slide-data .flexslider-hg-title a {
        color: #0901f5;
    }

    You can use plugin like this one for this additional CSS. That way you’re protected when you come to upgrade.

    Cheers,
    Predrag

    Thread Starter bboy320

    (@bboy320)

    Thanks for the answer.

    I tried it’s but not working. There is a problem. I use in the contect (all site link) in the css:
    a {color: #808080;}
    a:hover {color: #000000;}

    Therefore not working in the slider css. It is override the slider color. When I delete the a attribute in the content then the slider title a become good color.

    But when I don’t delete the content a attribute in the css then the slider is not react the color attribute. It is react only the text-decoration: underline.

    I don’t understand. It’s a sub css class therefore must override the content a attribute.

    Could you help me please?

    Hi @bboy320,

    Hmm, that’s strange, the above code worked fine for me and it should override the link colors with your selector.

    Could you share URL to your site so I can check it out first hand?

    Cheers,
    Predrag

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘slider title edit’ is closed to new replies.