Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1483855

    Hello,
    i made a slider with gallery inside it.
    How can i set opacity to 1 and keep the little logo in the center of the images on hover before it opens the lightbox?

    Thanks!

    #1483893

    Hey Pierre,

    Thank you for the inquiry.

    We may need to inspect the site to fully understand your request. Please create a test page and provide the login details in the private field.

    Best regards,
    Ismael

    #1483945
    This reply has been marked as private.
    #1483973

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

    .avia_transform a:hover .image-overlay {
        opacity: 1 !important;
        background: transparent !important;
    }
    .avia_transform .image-overlay {
        background: transparent !important;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1484003

    IT works!

    Thanks!!

    #1484015

    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 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change settings on hover on slider images’ is closed to new replies.