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?
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