change color of visited links in sidebar
-
Hi —
I was able to get a CSS code to change the color of visited links on all my pages from light gray to a color of my choice. Now, I would like to be able to change the color of links within my sidebar widget, which is where my blog posts will show up. Any thoughts? Thanks.The blog I need help with is: (visible only to logged in users)
-
Hi there, to change the visited color on the links in the widgets, add the following CSS and edit the color code as desired.
.widget-area .widget a:visited { color: #CC0000; } -
-
- The topic ‘change color of visited links in sidebar’ is closed to new replies.