This topic has 2 replies, 2 voices, and was last updated 1 years, 9 months ago ago by Rose Tyler
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
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
Tagged: cart, change, hover, text color, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up