Edit font for widgets
-
I am trying to change the font colour in the Text and Custom Menu widgets and cannot seem to do so. I understand such changes probably occur in the CSS customization function but I do not know the code to do so. Help?
The blog I need help with is: (visible only to logged in users)
-
Hi there, the following will let you adjust the color in the sidebar widgets.
.sidebar .widget { color: #00DD11; }If you want to change the color of links, such as read more in the sidebar, you can use the following.
.sidebar .widget a { color: #DD00CC; }I do not see a custom menu widget in your sidebar or footer widget area. Did you remove that widget?
-
-
- The topic ‘Edit font for widgets’ is closed to new replies.