Hi,
I’m trying to make Gallery work inside of 1/4 layout. Everything seems to be configurable fine for what I need however when I change background colour of 1/4 area the gallery still has white one.
Is there a simple way how can I adjust background colour of Gallery? I couldn’t find anything about this.
Image:
IMAGE
Hi Sovietovic,
Thanks for contacting us!
Coould you please post a link of your page? :)
Cheers!
Yigit
Hi Yigit,
Please see private content link. I’ve set this for visibility only on first gallery where you can see grey background but gallery has white one.
Hi,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.main_color .avia-gallery img {
background-color: orange;
border-color: red;
}
Regards,
Yigit
Thanks Yigit,
This changed the colours of the small thumbnails. Is there a code to change also background of “big thumbnail”? That did not change and is still white. See the same page for reference
Hi,
Please try this CSS as well:
.avia-gallery-big {
background-color: orange;
border-color: red;
}
Best regards,
Rikard
Thanks But it seems that did not help. The colour is still the same Rikard.
Hi,
Please try this css:
main_color .avia-gallery-big, .main_color .avia-gallery-big {
background-color: orange;
border-color: red;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Thanks Mike. This worked. Feel free to close this topic
Hi,
Thanks for the update, I’ll go ahead and close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard