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!
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
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
IT works!
Thanks!!
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