Add to cart button color - by Kamal - on WordPress WooCommerce support

This topic has 6 replies, 2 voices, and was last updated 6 years, 4 months ago ago by Rose Tyler

  • Avatar: Kamal
    Kamal
    Participant
    December 18, 2017 at 09:35

    Please help me to change the Add to cart button color. I have only problem in product which has option here is the link https://godproduct.shop/product/ハニーラップ/ .
    I have been trying with different CSS code. It is working in a PC where I make changes. but not another reflect the changes in another devices (PC, Laptop) and browser.

    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 18, 2017 at 10:48

    Hello,

    Please try to use this code in Theme Options > Custom css:

    .single_add_to_cart_button {
        background-color: #fffcfc;
        opacity: 1 !important;
        color: #000000;
    }

    Regards

    Avatar: Kamal
    Kamal
    Participant
    December 19, 2017 at 03:05

    Sorry but when i use this code my add to cart button background color change to white. would you please look again.

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 19, 2017 at 08:38

    Hello,

    Simply change color value, like:

    .single_add_to_cart_button {
        background-color: #d0b976 ;
        opacity: 1 !important;
        color: #000000;
    }

    Regards

    Avatar: Kamal
    Kamal
    Participant
    December 20, 2017 at 07:24

    Thank you it works now and it works with other pc too. But found another problem that when i change my site it working only in a PC where I make changes but not reflect the changes in another devices (PC, Laptop) and browser.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 20, 2017 at 09:44

    Hello,

    You’re welcome!
    Please describe your problem in more details.

    Regards

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.