lkertesz
asked 5 years ago

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

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