Change hover color of The Post Grid plugin

Hello! My site is jessiemaria.com.
I would please like to know the code to change the hover color of titles within ‘The Post Grid’ plugin on my home page to #318ec4.
Thank you for your time! :slight_smile:

Hi there,
Thanks for reaching out.
In reference to your question here, please try out the following CSS code under the Appearance>Customize>Additional CSS section:

.entry-title a:hover {
color: #318ec4 !important;
}

I hope this helps.
Best Regards,
Support.

That works perfectly, thank you for your help!

Hi there,
Thanks for writing back.
I’m glad to be of help. Please feel free to reach out once again in case of any more questions.
Best Regards,
Support.