Hello,
I was wondering if you’d be able to help me with changing a couple things for the Fullwidth Masonry Galleries & Fullwidth Masonry.
1. Change the background color of both items to black
2. Change the Element Title and Excerpt background color and font color
Unfortunately, when I changed my global settings in the Master-key to fit the majority of the sections needs, these items were changed and I’d like to manually edit them.
Many Thanks! You guys rock!
Hi techgrayscale!
1.) You can use this on Quick CSS:
.av-inner-masonry.main_color,.avia_sortable_active .isotope {
background-color: black;
}
2.) Use this:
.main_color .av-inner-masonry-content {
background-color: red;
color: blue;
}
Best regards,
Ismael
That did the trick, many thanks :)