Okay
  Public Ticket #1296021
Change Hover State of Button Color
Closed

Comments

  • Jim started the conversation

    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.

  •  2,744
    Andrew replied

    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.

  •   Jim replied privately
  •  2,744
    Andrew replied

    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.