CSS Font Color change
-
Oxygen Theme.
I want the background to be black. How do I edit the CSS to switch all fonts to a lighter, more legible grey? Especially the post titles.The blog I need help with is: (visible only to logged in users)
-
Hi, it looks like you have gotten this. If you wish to lighten up the links in the sidebar on the right, the following two rules will allow you to edit the regular color and the hover color (when you hover a mouse over them).
.widget ul li a { color: #555555; } .widget ul li a:hover { color: #CCCCCC; }
- The topic ‘CSS Font Color change’ is closed to new replies.