Hi,
I need to removed the hover effect for the gallery widget only. right now when I hover a semi transparent black hover comes up I do not want to turn off all the image hover effects but just for the gallery widget (for example I want the masonary widget to still hover). How would I go about doing this?
Hey terishka1,
Thank you for the inquiry.
You can use this css code to disable the hover effect for the gallery items.
#top .avia-gallery .avia-gallery-thumb a:hover {
opacity: 1;
}
Opacity is set to 0.5 by default. Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
Ismael