Shop and Single product page button color
-
Hello,
I’m trying to apply linear gradient color to Woocommerce Shop and single product page, but nothing is working.please check the below css.
.single_add_to_cart_button.button{ background-image: linear-gradient( 230deg , var( --e-global-color-primary ) 0%, var( --e-global-color-accent ) 100%); }
I tried with this also…
.woocommerce div.product form.cart .button.single_add_to_cart_button{ background-image: linear-gradient( 230deg , var( --e-global-color-primary ) 0%, var( --e-global-color-accent ) 100%); }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Shop and Single product page button color’ is closed to new replies.