Changing the color of the links for Piano Black
-
I would like to change the sidebar link colors in Piano Black. Can anyone help?
The blog I need help with is: (visible only to logged in users)
-
Hi there, this targets the sidebar only and I’ve also included a hover rule so you can set the hover color for the links. Go to Appearance > Custom Design > CSS tab, delete the informational text and paste in the following code and then edit the color values (I use obnoxious colors for demo purposes) as desired.
#main .widget-area a, #main .widget-area a:visited { color: #CC0000; } #main .widget-area a:hover { color: #449900; } -
-
- The topic ‘Changing the color of the links for Piano Black’ is closed to new replies.