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

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

    #1031904

    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

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