Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1426188

    Dear members of the support forum,

    I am developing this page:

    At the bottom, there are logos in an image gallery. When you hover over the image, the opacity changes.
    I would like te remove this hover effect. How do I do this?

    Your help will be highly appreciated!

    #1426197

    Hey pelgrimrat,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #main .avia-gallery .avia-gallery-thumb a:hover {
        opacity: 1;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1426252

    Hi Mike,

    Thank you so much! It worked!
    I think I forgot the #top and #main

    This topic can be closed

    #1426290

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove hover effect on image gallery’ is closed to new replies.