Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

Update Cart Button – Grey Color

  • How can I change the color of the “UPDATE CART” button from the grey? I cant see any of the wording as it is now.

  • Hi there,

    The style is from Woocommerce, try this CSS:

    .woocommerce button.button[value="Update cart"] {
        color: #FFF !important;
        opacity: 1 !important;
    }
  • That didnt work. So the image I sent you shows a quantity of 1 item, and when I increase the quantity in the car the button goes from complete grey to it’s normal colors…Is there any way to have it just show it’s normal colors that are present on the rest of the site all the times like the rest of the sites buttons?

  • Can you provide the site URL?

  • Figured it out with this code online.

    .woocommerce-cart .actions .button:disabled{
    color: #ccc!important;
    }

    I added these css codes in to make it exactly how I wanted it.

    /* update cart button woocommerce */
    .woocommerce-cart .actions .button:disabled{
    color: #ccc!important;
    color: #3eb489 !important;
    opacity: 50 !important;
    }

  • Awesome, glad to hear that!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.