Home Forums WoodMart support forum Shop – change of color

Shop – change of color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #381588

    Chaleur Naturelle
    Participant

    Hello,

    I would like to change the color of the button in the shop but I don’t know where I can do it

    – “ajouter au panier”
    – There is also a message “zone correspondant au client France” that is displayed in orange. I don’t know where to change this color

    There is also the color of the button “accepter” about the cookies that i am unable to change.

    You have all the screenshots attached

    Arthur

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

    Luke Nielsen
    Keymaster

    Hello,

    1. The color for the shop’s buttons can be changed via Theme Settings -> Styles and colors -> Buttons.

    https://prnt.sc/UOJ11_bj6lEW

    2. The below code will help you to change the color for the “zone correspondant au client France” message. Paste it to the “Global Custom CSS” area that is in Theme Settings -. Custom CSS.

    .woocommerce-error,
    .woocommerce-info {
        color: white;
        background-color: #83B735;
    }

    3. The “Accepter” button you can change via the settings of the “ACCENT BUTTONS” which are on the same path as the shop’s buttons.

    https://prnt.sc/bHxCmbKiIYKo

    Don’t hesitate to reach out if you have any more questions. We’re thankful that you took the time to share your concerns with us.

    Kind Regards

    #381725

    Chaleur Naturelle
    Participant

    Thank you for the answer ! Very helpful !

    #381735

    Luke Nielsen
    Keymaster

    Hello,

    You are welcome!

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

    Have a good day!

    Kind Regards

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

The topic ‘Shop – change of color’ is closed to new replies.