Goodreads widget font color problem
-
My Goodreads book list font color (yellow) is not readable. How do I get this changed?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
You can use Custom CSS to change that font color. If you’re new to CSS, we have tips for getting started here:
Here’s an example of the CSS that will change that font color to black:
#sidebar .widget_goodreads a { color: black; }To add custom CSS to your site, you can go to Appearance > Customize in your dashboard and select CSS from the Customize tools. In the CSS editor, you can enter the CSS you want to add and then click the Save button to save your changes.
If you have CSS questions, most of our CSS support is done in our CSS Customization forum:
https://en.forums.wordpress.com/forum/css-customizationYou can post questions about CSS there, and the expert staff and volunteers in that forum will help guide you. :)
- The topic ‘Goodreads widget font color problem’ is closed to new replies.