Change color of title for twitter widget
-
Hi! I’d like to change the title text of the twitter widget to be white. Right now it’s gray and getting lost against the background. Where should I put the code and what would the code be?
Blog url: http://stronginsideout.com -
-
You would need to add some CSS to your theme. Adding a style for .sidebar-box-title a would allow it to show up as white text.
-
Thank you for your help! I’m extremely new at css. Where would I add the code? What code specifically would I add? Thanks!
-
You would need to add it to your theme’s style.css file. Something like this may work:
.sidebar-box-title a {color:#fff;}Since your site is using a self-hosted installation of WordPress.org which is separate from WordPress.com you can ask for more help in the WordPress.org forums.
- The topic ‘Change color of title for twitter widget’ is closed to new replies.