Reply 346439 to: How to change the text color of the products in cart and hover it with different text color

Avatar: Rose Tyler
Rose Tyler
Support staff
February 8, 2023 at 17:21

Hello, Ciddiki,

The next custom CSS code can be used:

header .product_list_widget li .product-title a {
    color: red !important;
}
header .product_list_widget li .product-title a:hover {
    color: #222 !important;
    opacity:1 !important;
}

Best Regards,
8Themes Team

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.