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?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #6661
    Anonymous
    Inactive

    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?

    #6662
    ProDesigns
    Keymaster

    Hi @gerrym7

    Can you please provide us your site url?

    #6663
    Anonymous
    Inactive
    #6664
    ProDesigns
    Keymaster

    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;
    }
    #6665
    Anonymous
    Inactive

    Awesome! Thank you!

    #6666
    ProDesigns
    Keymaster

    You are always welcome.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.