How do I change the link text color? I saw a previous thread but this only works for links within Posts, not pages... http://www.inkthemes.com/community/threads/link-appearance.516/#post-1683 My site is http://dcpcsd.com/
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: div.full-content a { color: red ! important; } .footer a { color: red ! important; } .sidebar a { color: red; } div.content-bar a{ color:red ! important; } In place of "red" you can put your color or color code. This will solve your issue.
Can I use this same code in other InkThemes Wordpress themes? I've experienced similar issues in other themes designed by InkThemes. Thanks!
Hello, It is not necessary that this code will work on all our Theme. Our all the theme have different code. So this code will not work on another theme. The above given code will only work on Andrina Theme.