Home Forums WoodMart support forum Where can I change the button color of WooCommerce?

Where can I change the button color of WooCommerce?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #402912

    Narongkorn
    Participant

    https://enjoysdiy.com/

    Attachments:
    You must be logged in to view attached files.
    #402941

    Luke Nielsen
    Keymaster

    Hello,

    By default, WordPress theme and WooCommerce didn’t have settings for button colors. In our theme, we implement these settings and split all array of WooCommerce, supported plugins and theme options buttons in three categories to be able to customize them separately:

    SHOP BUTTONS. Buttons that are directly related to the WooCommerce purchase functionality. For example:
    Add to cart (https://prnt.sc/1mstug0)
    Proceed to checkout (https://prnt.sc/1msv4gk)
    Return to shop (https://prnt.sc/1mswl7f)

    ACCENT BUTTONS. Other “Call to action” buttons that not related to WooCommerce shop functionality. For example:
    Sign up (https://prnt.sc/1msxyp0)
    Post comment (https://prnt.sc/1mszh16)
    Accept (Cookies) (https://prnt.sc/1mt08xk)

    DEFAULT BUTTONS. All other WooCommerce supported plugins and theme options buttons that not included in the two upper categories, and those buttons that do not have own button settings. For example:
    Filter (https://prnt.sc/1mt34qf)
    View cart (https://prnt.sc/1mt3r1j)
    Login (https://prnt.sc/1mt418f)
    Update (https://prnt.sc/1mt4lsk)

    In general, you can adjust them via Theme Settings -> Styles and colors -> Buttons.

    https://prnt.sc/ksBDRU2bmrOy

    You can also reach out to us if you have any questions.

    Kind Regards

    #403231

    Narongkorn
    Participant

    Can anyone recommend another plugin? that helps fix some buttons

    Attachments:
    You must be logged in to view attached files.
    #403237

    Luke Nielsen
    Keymaster

    Hello,

    I suggest you change the color of these buttons via the settings of the plugin that appear them or contact the plugin support for further solutions.

    Thanks for your time and have a great day.

    Kind Regards

    #405908

    Narongkorn
    Participant

    I’ve tried this, but there isn’t any function that fixes this point.
    please help me

    Attachments:
    You must be logged in to view attached files.
    #406039

    Luke Nielsen
    Keymaster

    Hello,

    The below code will help you to change the color of the buttons, paste it into the “Global Custom CSS” area that is in Theme Settings -> Custom CSS.

    #payment_method_paysolutions .button.alt,
    #payment_method_paysolutions .button.cancel {
        background-color: #FB8AB2;
        color: #fff;
    }

    Keep me informed of any issues.

    Kind Regards

    #406108

    Narongkorn
    Participant

    Thank you very much. It’s great.

    #406292

    Luke Nielsen
    Keymaster

    You are welcome!

    In case you need any additional help, I’d be more than happy to assist you.

    Wish you all the best.

    Kind Regards

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘Where can I change the button color of WooCommerce?’ is closed to new replies.