Hi
Can you please let me know how to change the text color for the products in cart view and hover view with different text color for text of products
Regards
Site URL: hidden Theme version: 9.0.3 WooCommerce version: 6.1.1Hello, 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
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.