RSS icon color in Bueno theme
-
Hello,
I’m able to change the color of the RSS text link in my navigation menu (#pagenav li.rss a { color:#ed8b92; padding-right:25px; }) but cannot figure out how to also change the color of the icon.
Your time and help is much appreciated!
http://www.frommartawithlove.com
The blog I need help with is: (visible only to logged in users)
-
The icon is an image, so you cannot change it in CSS with a color code. What you can do is use CSS to replace the image itself.
To do that, first you will need to upload a new icon in the color you want to your media library and copy the image link.
Then add this to your Appearance → Custom Design → CSS editor:
#pagenav li.rss a { background: url(http://s0.wp.com/wp-content/themes/pub/bueno/styles/default/ico-rss.png) no-repeat right 4px; }Replace the link inside the url() function with the image link from your media library.
- The topic ‘RSS icon color in Bueno theme’ is closed to new replies.