Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1346485

    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?

    #1346539

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.