DEV Community

yoencaz
yoencaz

Posted on

background color woocommerce element

Hello.

I am a beginner so please bare with my nooby questions..
I am making a woocommerce site and want to adjust some woocommerce elements. I want to change the background color of (which I find using the inspector)

.

I then write in the wordpress css space -->
.woocommerce-form-coupon-toggle {
background-color: #000000 !important;
}

But nothing happens.. For your information, other css adjustments responds but not the background-color which is the only thing I want to change.
Could anyone please guide me :)?

Top comments (0)