Hi,
I’m trying to remove the background-color in the gallery element. The screenshot is over here: https://cl.ly/a0a375
For the 1px border removal I’ve added to my child-theme’s style.css:
#top div .avia-gallery img {
border-width: 0 !important;
}
To change the background-color I’ve added to my child-theme’s style.css:
.main_color .avia-gallery img {
background-color: transparent !important;
But without any luck. Can you please help?
Thanks!
Daniel
Never mind, it’s already solved, the code worked! :)
Hey Daniel,
Your css is working when I test it, since you are adding it to your child theme style.css, please try rebuilding your merged css by going to Enfold Theme Options > General Styling > Quick CSS field and add a blank space, this save your theme options.
The clear your browser cache & any cache plugin.
If this doesn’t help, please include a admin login in the private content area so we can take a closer look.
Best regards,
Mike