Change color of the Hyperlinks
-
Hi!
I’m using Spun Theme. It’s awesome, but when I want to make the hyperlinks red #ff0000, it not only changes the color of the hyperlinks but the color of the menu headings as well. I want to keep the menu headings black, and make the hyperlinks Red #ff0000.
It seems I need CSS coding for this.Anyone has any idea how to solve this?
Thank you,
-pMy blog: pamelawasabi.com
The blog I need help with is: (visible only to logged in users)
-
-
Hi,
Try something like this to change the color of links inside posts/pages only:
.entry-content a { color: #ff0000; } -
-
- The topic ‘Change color of the Hyperlinks’ is closed to new replies.