Hi,
I’m getting mad trying to hide borders and background on this gallery but I can’t work it out.
Can you please help?
https://www.dropbox.com/s/sfy5pjoidzkr5ou/Cattura.JPG?dl=0
Hey Gian Maria,
Thanks for the screenshot. Could you post a link to where we can see the actual element as well please?
Best regards,
Rikard
Here for instance: https://www.hecoclima.com/en/portfolio/vha-hp/
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.avia-gallery-thumb img {
background-color: transparent;
}
Best regards,
Rikard
It doesn’t seem to work.
This is working:
.avia-gallery-thumb img {
background-color: transparent !important;
}