Hover of Posts in footer

Hey - how do I change the hover colour of the "Recent Posts" in the footer?

Comments

  • Hi,

    you can do this within below css:
    .widget_recent_entries ul li::after { background-color: #000 !important; }
    #Footer .widget_recent_entries ul li:hover a, #Footer .widget_recent_entries ul li:hover span { color: #FFF !important; }
Sign In or Register to comment.