I'm having trouble locating the class for the WooCommerce buttons - I'd like to change the color on hover of the "View Cart" button. Can some one help me ID CSS class of the hover state of these?
The selector for the shopping card is #header-outer .widget_shopping_cart a.button. If you want to change the hover color, then please use this selector: #header-outer .widget_shopping_cart a.button:hover
I'm having trouble locating the class for the WooCommerce buttons - I'd like to change the color on hover of the "View Cart" button. Can some one help me ID CSS class of the hover state of these?
Thank you.
Hey there,
Thanks for reaching in.
Could you please provide link to your website so we can find the appropriate CSS to send?
Hoping to hear from you soon,
Regards.
Hi again Jim,
Thank you for providing the link.
The selector for the shopping card is
#header-outer .widget_shopping_cart a.button.
If you want to change the hover color, then please use this selector:#header-outer .widget_shopping_cart a.button:hover
Hope this helps.
Best regards.