Changing hover colour for text links (Perle Theme)
-
Could anyone let me know how to do this if possible please?
I found some code to change the text colour but not the hover colour…
thanks
The blog I need help with is: (visible only to logged in users)
-
Hi
I answered you on another thread but now I have found your own thread.
For text hover try this:a:hover{ color: red; }and for those headings try this:
.hentry .entry-header .entry-title a { color: red; }I hope that helps.
-
- The topic ‘Changing hover colour for text links (Perle Theme)’ is closed to new replies.