Chris Berg
asked 6 years ago

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
DominicStaff
answered 6 years ago

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;
}
Powered by DW Question & Answer Pro