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;
}
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.
hello!
there is already an option Image hover effect, please use that one and let me know.