saintdark
Member
Posted 3 years ago #
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?
saintdark
Member
Posted 3 years ago #
saintehlers
Member
Posted 3 years ago #
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
saintdark
Member
Posted 3 years ago #
I got the solution, just add this code into "GENERAL STYLING" session in style.css
#content {
color:"color code"
}
thanks anyway~ ^_^