Site logo

Archived topic

Basket page Update Button colour change.

9 replies · Started by _blank on October 9, 2020

Viewing posts 1–10 of 10

Basket page Update Button colour change.

Hi,

I’d like to change the update button to be same as normal buttons.
Background #5e6679
Text #ffffff
Background Hover #2b3b4e
Text Hover #ffffff

Many Thanks
Scott

Hi Leo,

It is you are right, but it changes to a faded blue and the text disappears.
Do you know how i can stop it fading?

Thanks
Scott

That should only happen when there are no updates being made in the cart and the button is not clickable.

Hi Leo,

Is the anyway to make the text more visible.
I can't remember which settings control this button.

Many Thanks
Scott

Hmmm... its inheriting the body color thanks to Woo's weird CSS.

Try this to correct that:

.woocommerce button.button:disabled[disabled] {
    color: #fff;
}

Hi David,

Thats sorted now. That was weird!
Thanks
Scott

Woo is weird lol
Glad to hear thats resolved.

This archived topic is closed to new replies.