I would like to change the color of the links to the products when you hover over and click on them to #878787
website:https://greatspeedsports.myshopify.com/ password:2023
Topic summary
A user wants to change the product link hover color to #878787 on their Kalles theme Shopify store.
Solution provided:
- Navigate to Shopify Admin → Online Store → Themes → Actions → Edit Code
- Open Asset → base.css file
- Add custom CSS code at the bottom targeting
.t4s-product .t4s-product-title a:hoverwithcolor: #878787 !important;
Outcome:
The solution was successfully implemented and resolved the issue. The discussion is closed with the user confirming it worked.
1 Like
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset > base.css and paste this at the bottom of the file:
.t4s-product .t4s-product-title a:hover{
color: #878787!important;
}
1 Like
Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.

