Viewing 3 replies - 1 through 3 (of 3 total)
  • The following css. (might be more but this covers most text)

    p {color: black;}
    .single-content a {color: black;}

    Thread Starter [email protected]

    (@nateanglingmailcom)

    Thank you indelight.

    That worked but changed all my hyperlinks.

    yes, you need to qualify the css if you want to limit it to specific classes by class or id

    .class-name p {color: black;}
    #div-name p {color: black;}

    Maybe read up on css a bit!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change blog post and page font color’ is closed to new replies.