Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #84015
    Raielene
    Member

    Where in the code is the slider hover? So I have my sliders set to go to a link when people click on them. At the moment the slider will darken a bit to show that there is a link there, but it’s very subtle as my slider images are quite dark. I assume there’s something in the CSS where I can either darken that or lighten it so it’s more obvious when people move their cursor over the slider, but I can’t seem to find the code that does it.

    #84050
    Mahesh
    Participant

    Hi @Raielene,

    Go to “Dashboard=> Appearance=> Theme Options=> Custom CSS” box and add the following CSS:

    .featured-slider a:hover img.wp-post-image {
      opacity: 0.7;
    }

    Note: Please change value for opacity as per required. Default value is 0.9.

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Make slider hover more distinct?’ is closed to new replies.