Hi team,
I’m wondering how to remove the white border around images within a gallery and remove the mouse over effect?
Lara
Hey Lara,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top div .avia-gallery img, #top div .avia-gallery .avia-gallery-big-no-crop-thumb {
border: none;
}
#top div .avia-gallery .avia_transform a:hover .image-overlay {
opacity: 0 !important;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria,
thanks for that! The white border is now gone, but I still have a transparent hover effect on mouse over. Is there a way to remove?
Lara
Hi,
Please add
#top .all_colors .image-overlay { background-color: none !important; }
should fix the problems.
Best regards,
Basilis
Hi Basilis,
Unfortunately, it doesn’t work :( I tried with Enfold>general styling as well as custom css class and no luck.
Lara
Hi Lara,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.avia-gallery a:hover span.image-overlay {
opacity: 0 !important;
}
If you need further assistance please let us know.
Best regards,
Victoria