Hello.
I have a color section with a blue background. Inside, I have a masonry with a category.
The color of masonry text is black. I would like to change it in white. How is it possible ?
Thank you
Hey,
Please edit your Color Section element and give it a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png and then add following code to Quick CSS in Enfold theme options under General Styling tab
#your-id .av-inner-masonry-content-pos-content * {
color: white!important;
}
Cheers!
Yigit
Great !!!
I’ve tried to edit the section ID of masonry…
But now, with the color section ID, It’s OK.
Thank you, Yigit !