How do I change the hover color my RSS widget feed? Home › Support › Blog Way › How do I change the hover color my RSS widget feed? This topic has 5 replies, 2 voices, and was last updated 7 years, 7 months ago by ProDesigns. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts June 13, 2017 at 11:32 pm #6661 AnonymousInactive I would like to make the hover color of the respective feed items of my RSS widget be gold (#ad7506). How do I change the color of an RSS widget title from blue to black? June 14, 2017 at 8:05 am #6662 ProDesignsKeymaster Hi @gerrym7 Can you please provide us your site url? June 14, 2017 at 8:19 am #6663 AnonymousInactive http://www.orwellsquare.com June 14, 2017 at 9:06 am #6664 ProDesignsKeymaster Hi @gerrym7 Please login to wp-admin. Then please go to Appearance >> Customize >> Additional CSS and add following CSS codes. To change blue widget title to black: .widget_rss h2.widget-title a.rsswidget { color: #000000; } To change hover color to golden: .widget_rss a.rsswidget:hover { color: #ad7506; } June 14, 2017 at 9:26 am #6665 AnonymousInactive Awesome! Thank you! June 14, 2017 at 9:29 am #6666 ProDesignsKeymaster You are always welcome. Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In