What is the code I can insert to change the default color from a light grey to black? The light grey is too hard to read. I’m talking on the main post pages under the title and featured image. THanks!
1 Answers
To resolve this issue, you can add the following code to the style.css file or Custom CSS code in the Theme Setting:
.single-post .entry-content {
color: #000;
}
Please login or Register to submit your answer