Chris Berg
asked 9 years ago

Wondering how I can change the color of the text from gray to a darker gray on the front page of DW Focus 1.2.5. The text there is really hard to read. Thanks! (http://kchanews.com/Image1.png)

1 Answers
DominicStaff
answered 9 years ago

Hi,
To change the text color, you can add the following code to the style.css file:

.dw_focus_widget_news_list .post .entry-summary {
  color: #222;
}

Hope this helps !

cbergy21
replied 9 years ago

Thank you!

Powered by DW Question & Answer Pro