Tagged: background color, enfold, masonry
Hi – I’m wondering if it’s possible to add a white background box to the masonry sort options, but not to the entire masonry element? Just to make them more visible against a background image.
Thanks in advance,
Lindsay
Hey arch2030,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .av-masonry .av-sort-by-term {
background: white;
}
Best regards,
Nikko