Hi:
You gave me this CSS code to modify the text size & font of the Widget title … thank you 🙂
.content-area .dw_focus_widget_news_list .widget-title { font-size: 14px;}
I would like to be able to pick the (1) Font Color and (2) Hover Color.
What should I add to this CSS script to change the font color and the font’s hover color.
Thanks,
Lou
1 Answers
You can use the following code:Â
.content-area .dw_focus_widget_news_list .widget-title a { color: #333; }
.content-area .dw_focus_widget_news_list .widget-title a:hover { color: #000; }
Please login or Register to submit your answer