• Resolved saintdark

    (@saintdark)


    I have just change my theme background color to black from the previous white color background with the black color fonts. and now the problem is when I post the article, the font become invisible because of the black font on black background. So my question is how do I change the default font color of posting?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter saintdark

    (@saintdark)

    anyone could help?

    you’ll need to look in the theme to see what container the text is in. usually a <div></div> set of tags. Then go into your style sheet, find the section that specifies the style for that container, and set the font colors.

    If you don’t know CSS, the font color is usually just defined with a

    color: #FFFFFF

    Thread Starter saintdark

    (@saintdark)

    I got the solution, just add this code into “GENERAL STYLING” session in style.css

    #content {
             color:"color code"
    }

    thanks anyway~ ^_^

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