Hi there,
I have been searching around but am trying to figure out where I can change the color of the text for my blog. The text color is lighter on my blog pages than the rest of my site.
Thank you!!
Hey SileeBailey,
Typically you can change the text color for your entire site at Enfold Theme Options > Advanced Styling and choose an element tag such as “p”
But as you are requesting the change only on your blog posts, Please try this code in the General Styling > Quick CSS field:
#top.single-post .post-entry p,#top.single-post .post-entry li,#top.single-post .post-entry a,#top.single-post .post-entry .post-meta-infos span,#top.single-post .post-entry .post-meta-infos time {
color: #555555 !important;
}
This will effect only the article and not the sidebar, if you want to include the sidebar please let us know. This might be a nice effect. Also feel free to adjust the color to suit.
Then Please clear your browser cache and check.
Best regards,
Mike