Hi, I use a masonry sorting blog here:
http://noblewhy.com/blog-resources/
On the top of the blog where the category sorting is, is there any way to change that background? I have the image background across all my pages and want to keep that, but is there any way to just change the color of the sorting bar? Thanks!
Hey!
Try adding this code to the Quick CSS:
.av-masonry-sort.main_color {
background: red !important;
}
Cheers!
Josue