How do I change the font color for text widget? ------------------------------------------------------------------ Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .footer .footer_widget h4 { color: red; } .footer div.textwidget { color: red; } .footer div.textwidget p{ color: red; } In place "red" you can put your color or color code. This will solve your issue.
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .footer .footer_widget h4 { color: red; } .footer div.textwidget { color: red; } .footer div.textwidget p{ color: red; } In place "red" you can put your color or color code. This will solve your issue.