Woocommerce color problems

edited January 2016 in Theme support
Where can I change the color of woocommerce button ?

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

  • Hi,

    You can paste this code in Appearance > BeTheme Options > Custom CSS field

    Thanks!
  • Not, it's not right. I want to know where this line come from !

    .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;
    }

    in firebug : /product/test-tickets/ #3
  • You can find it in main theme folder in style-colors.php file
  • I'm sorry but I'm not okay with this answer.
    Wich option generate these lines ?!? How could I desactivate it ?

    Every lines on style-colors.php is generated somewhere in the betheme option !
  • edited January 2016
    Sorry but we don't understand what do you want to do, change color or modify theme code?
    You can't deactivate theme options if you are not an php developer

    All color options can be found here:
    Appearance > BeTheme Options > Colors
Sign In or Register to comment.