Hello Support, I appreciate all of the help you provide! Thank you. I created a text widget called "External Links" using the coding <a TARGET="_blank"href ="http://www.princetongreen.org">princetongreen.org</a>. I already entered the CSS Coding to change the color of widget text to white. However, the External Links are remaining blue. How do I change the External Links to white? Screen shot attached... Thanks!
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .footer .textwidget a { color: red; } In place of "red" you an put your color or color code. This will solve your issue.