I’ve isolated the page and made some modifications to the way that post titles background, font size, and line height show up on the page below, however I’m not able to change the font color from green to black.
Hey wacky32,
Thanks for getting in touch with us!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.page-id-18 .av-masonry-entry .av-masonry-entry-title {
color: #000000 !important;
}
Best regards,
Jordan