• Resolved rctfan1999

    (@rctfan1999)


    Hello,

    My question seems simple, but I can’t figure out how to do it in this theme. How do you change the color of the body text sitewide?

Viewing 1 replies (of 1 total)
  • Theme Author Silkalns

    (@silkalns)

    Add this code to Theme Options – Other – Custom CSS and replace example color code with one that you want to use. This code will turn your website body text red but you can replace it with any color you want.

    .entry-content {
      color: #f00;
    }
Viewing 1 replies (of 1 total)

The topic ‘Change body text’ is closed to new replies.