I would like to change the font color in the footer of my Blackbird-themed site. Specifically, I'd like to change the color of the Social Links text ("Join Us on Twitter" and "Join Us on Facebook") and the font color of the Contact Us information (Phone number, Email address, etc). Thank you! John
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .footer .widget_inner a { color: red; } .footer .omega .widget_inner { color: red; } Inplace of "red" you can put your color or color code. This will solve your issue.