Change hoverover color on links in Recent Posts sidebar

Hi,
On the blog index page and post pages I have a left sidebar that show the recent posts. How do I change the hover-over color to a different color like blue. Here’s the page. Currently there is no change when you hover over a link… https://www.sharonbollum.com/blog/
Thank you, you’re awesome!!!

Hi,

Go to Appearance -> Customize -> Additional CSS

.widget.widget_recent_entries ul li a:focus, .widget.widget_recent_entries ul li a:hover {
    color: #5234f9 !important;
}

Change #5234f9 according to your needs, #5234f9 is a violet color

Let us know,

Thanks,
laranz.,

That worked PERFECTLY! Thank you AGAIN!!! Don’t know when I’ve seen better support from a company!

Hi,

Glad we helped. :slight_smile:

Let us know If you have any other questions. Please feel free to contact us again in the future regarding any other issues.

If you’re happy with our service, don’t forget to rate us: [Shapely] Reviews | WordPress.org

Thanks,
laranz.,