problem changing link colour in the “Freshy” theme
-
I have had a lot of comments that the light grey links in the Freshy theme are very hard to read. To try and resolve this problem I edited the Custom CSS to add this:
<style type=”text/css”>
<!–
a:link {color: #0000FF; text-decoration: underline; }
a:active {color: #0000ff; text-decoration: underline; }
a:visited {color: #008000; text-decoration: underline; }
a:hover {color: #ff0000; text-decoration: none; }
–>
</style>I then previewed it, but it looked the same. I’m happy to pay for Custom CSS, but so far I can’t make it work. Any thoughts on what I’m doing wrong, or is it simply not possible? I don’t want to build something custom with the Sandbox theme because I really like the Freshy theme. Any help would be very much appreciated.
The blog I need help with is: (visible only to logged in users)
- The topic ‘problem changing link colour in the “Freshy” theme’ is closed to new replies.