Darken font for links on Organization theme
-
Can someone help me figure out how to darken the font for links using the CCS editor on the Organization theme?
The blog I need help with is: (visible only to logged in users)
-
-
Hi, you can set the link color in the content area with the following CSS. Edit the color as desired.
a, a:link { color: #5c6e93; } -
If you also wish to change the color of the links in the widgets, you can use the following and edit.
.widget ul.menu li a, .widget ul.menu li a:hover { color: #5c6e93; }
- The topic ‘Darken font for links on Organization theme’ is closed to new replies.