• Resolved leagund

    (@leagund)


    Hello,

    I downloaded your plugin, but how can I change the blue hover color to a custom color? The blue color when your mouse rolls over a picture.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi,
    you can override the color via CSS,
    use the below CSS code to do this. replace #007aff with your color name/code.

    /* for carousel */
    .instacarousel .swiper-slide a:hover:after {
        background: #007aff;
    }
    
    /* for gallery */
    .ig-item.ighover a:hover:after {
        background: #007aff;
    }
    Thread Starter leagund

    (@leagund)

    Thank you!! Great plugin btw!

    Hi,
    custom hover color option is now built-in in the plugin.
    Thanks

    Hello Karan,

    Is there a way to have no color on hover?

    I used the code your provided above and did

    background: none;

    which worked, but it’d be nice to have the options in your settings. I tried leaving it blank and just saving # but it would always default back to blue on save.

    ps. great plugin!

    hello!
    there is already an option Image hover effect, please use that one and let me know.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Change Hover Color’ is closed to new replies.