Changing woocommerce button color for mobile plugin?

Posted in: Newspaper
Post count: 135

How do you change the color for the woocommerce add to cart button for the mobile plugin?

I put the code into custom code css for the mobile theme plugin

.woocommerce .product a.button {
background: #FF9900;
}

unfortunately no effect is seen.

I would appreciate any help. Thank you for your time.

Post count: 20688

Hi,

That code seems to work – https://www.screencast.com/t/w7OAfl8ooAL
I entered that in the mobile theme custom CSS code and the buttons color is changed
https://www.screencast.com/t/RXetWJ5LPZ
Maybe try and clear the cache of the browser you are testing with, and the website cache.

Thanks

Post count: 135

You’re right it is cache! That’s the first step.

How about changing the button in the single product page?

Thank you.

Post count: 135

It was a different class

Correct code was this:

.woocommerce .product button.button {
background: #FF9900;
}

My bad. Thanks Simion for your help!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.