Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #805257

    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

    #805265

    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

    #805296

    Great !!!
    I’ve tried to edit the section ID of masonry…
    But now, with the color section ID, It’s OK.
    Thank you, Yigit !

    #805298

    Hi,

    You are welcome! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Font color in masonry’ is closed to new replies.