How to change hover color on product title?

In Home page in the Recommended Products, When I hover my cursor over the product name/link, the color changes from black to red. I want to change it to #3D88EA, (blue color). How do I change the color? I can not find any option in the theme settings.

Hello, This is my Website link- https://lunar-gaming-gears.myshopify.com/

Thank you.

@JunayedAbid

Hello

  1. Open code editor > Assets > base.min.css and paste below code at the bottom of the file.
body .t4s-product .t4s-product-title a:hover {
  color: #3D88EA;
}
  1. Save file

Let me know if you have any queries.

1 Like

Hey, many many thanks to you. This was bothering me a lot lately and now its fixed. Keep up the good work.

Thanks