Hello, I have the blackbird responsive theme for my website www.mainlinecounselingpartners.com. I have very limited computer skills but can follow clear directions if someone can tell me how to change the color of my hyper link from gray to blue. Thanks, Laura
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: a { color: blue; } .footer .widget_inner a { color: blue; } In place of "blue" you can put your color or color code. This will solve your issue.
Hello . . . I am having a similar issue with hyperlinks. The color of the hyperlink is blue on my Edit page, but when I update and then look at the post online, the link is Gray rather than Blue. Thoughts ?
Also, I did copy and paste the code you gave Laura above, but the hyperlink was still Gray when I went online to the site.
Hmmm . . . disregard. I went back to the site about an hour later and the hyperlinks were Blue ! All good.