Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #882070

    Hello Great Enfold Folks,

    In Enfold, I am using both the Accordian and Massonry elements to flow posts onto our page.

    The Post titles are tied to the h3 tag and appear as white in both spots. I need to change the color of the post titles as they appear in the Masonry element. I tried this and it did not work:

    .av-masonry-entry-title.entry-title {
    color: #536046;
    }

    What suggestions do you have?

    #882096

    Hey dnweil,

    Can you try using this css code:

    #top .av-masonry-entry-title.entry-title {
    color: #536046 !important;
    }

    Hope this helps.

    Best regards,
    Nikko

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.