Home Forums Basel support forum WooCommerce Hover Colour, Button Colour

WooCommerce Hover Colour, Button Colour

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #45267

    createdbyali
    Participant

    Just two issues,
    1) Is it possible to change the hover colour in woocommerce with a variable product? I wish to change it from blue to a light grey, see images attached.
    2) Which option do I need to change so the text inside this button (add to cart) is white? see images attached.

    Attachments:
    You must be logged in to view attached files.
    #45311

    Bogdan Donovan
    Keymaster

    Hello,

    Thank you so much purchasing our theme and contacting our support center.

    1. Select / Option elements are rendered differently depending on browser or OS, not CSS/HTML. Unfortunately, you cannot change the style of these elements.

    2. Try to add the following code snippet to the Custom CSS area in Theme Settings.

    .shopping-cart .buttons .btn-cart {
     color: white;
    }

    Kind Regards
    XTemos Studio

    #45398

    createdbyali
    Participant

    Ok thanks,

    Just another quick thing the “update cart” button again as dark text, what css do I need to apply to make it white?

    Attachments:
    You must be logged in to view attached files.
    #45440

    Artem Temos
    Keymaster

    Try this CSS code

    .woocommerce .cart-actions .button {
        color: white;
    }
Viewing 4 posts - 1 through 4 (of 4 total)