Tagged: yigit
hey guys,how can i disable the white transparent image overlay in image galeries? https://imgur.com/a/UtrRTjG and how can i delete the small borders around the images in image galleries?
Thanks, Alex
Hey diefleischerei,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Hi,
Add this to quick css:
#top .avia-gallery .avia-gallery-thumb a:hover{
opacity:1!important;
}
Best regards,
Jordan Shannon
Sorry but this do not work Jordan.
Hi,
Please add to the very top of quick css so that it runs first. Also be sure to clear the cache a few times over.
Best regards,
Jordan Shannon
Hi Jordan. i put it into style.css here: https://imgur.com/a/JAYqrF2
butt it do not work.
Hi diefleischerei,
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 .avia-gallery .avia-gallery-thumb a:hover {
opacity: 1;
}
#top div .avia-gallery img {
border: none;
}
If you need further assistance please let us know.
Best regards,
Victoria