Hello, Currently all of my links show up as black text and are only noticeable as links if someone rolls over them. I would like them to appear as links without having to roll over them. I tried to put in the CSS code suggested on other posts, but had little success. Can you help? Many thanks! Rachel
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: a, a span{ color: red ! important; } In place of "red" you can put your color or color code. This will solve your issue.