Tagged: woocommerce
Hey!
Try adding this code to the Quick CSS:
.widget_shopping_cart_content .product_list_widget *, .widget_shopping_cart_content .amount {
color: white;
}
.widget_shopping_cart_content .product_list_widget:hover * {
color: #51ad00 !important;
}
Cheers!
Josue
Thanks Josue.. but the cart and check out text link is not visible…
its below the subtotal…
Hey jalmz!
you can control it using this:
dl.variation dt {
color: red;
}
dl.variation dd {
color: blue;
}
.dropdown_widget .quantity {
color: pink;
}
#top .dropdown_widget .total {
color: violet;
}
Best regards,
Andy
Thanks Andy but .. still the cart and check out text link is not visible…the color of the text is white and the bacground is white,,
Heres the screenshot what i mean
Here you go:
.widget_shopping_cart_content p.buttons {
background: #51ad00 !important;
}
Adjust as needed.
Cheers!
Josue
Thank you for your time Josue. its ok now..