Woocommerce color problems
Where can I change the color of woocommerce button ?
When I check the css inline, I get this code :
You can check it here : http://rudelbums.org/product/test-tickets/
When I check the css inline, I get this code :
.woocommerce a.button_theme, .woocommerce a.checkout-button, .woocommerce button.button,.woocommerce .button.add_to_cart_button, .woocommerce .button.product_type_external,.woocommerce input[type="submit"], .woocommerce input[type="reset"], .woocommerce input[type="button"],.button-stroke .woocommerce a.checkout-button {background-color: #ffffff !important;color: #fff !important;}But I don't find where to edit it. And white on white, this is not good. And event If I try to add it on custom.css, the inline css has priority...
You can check it here : http://rudelbums.org/product/test-tickets/
Comments
You can paste this code in Appearance > BeTheme Options > Custom CSS field
Thanks!
a.button_theme, .woocommerce a.checkout-button, .woocommerce
button.button, .woocommerce .button.add_to_cart_button, .woocommerce
.button.product_type_external, .woocommerce input[type="submit"],
.woocommerce input[type="reset"], .woocommerce input[type="button"],
.button-stroke .woocommerce a.checkout-button {
in firebug : /product/test-tickets/ #3
Wich option generate these lines ?!? How could I desactivate it ?
Every lines on style-colors.php is generated somewhere in the betheme option !
You can't deactivate theme options if you are not an php developer
All color options can be found here:
Appearance > BeTheme Options > Colors