Hi Support, I've acquired from you in the past the following code to change the color of widget text: .footer .footer_widget h4 a { color: #E2E2E2; } .footer ul li a { color: #E2E2E2; } However, it's not working on my site. It remains as yellow, and I'd like it to be white. I've attached a screenshot to view. Help?
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .footer .footer_widget h4 { color: red; } .footer div.textwidget { color: red; } .footer div.textwidget a { color: red; } .footer ul li a { color: red; } In place of "red" you can put your color or color code. This will solve your issue. If not, then please share us your website link so that we can check the issue and provide you the exact solution.