Home Forums WoodMart support forum change the color of the cart buton

change the color of the cart buton

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #357945

    robt
    Participant

    hi

    can you please tell me how to change the color of the cart buton ?

    best regards

    #358023

    Hello,

    You can change or set the color of all the buttons in the Theme Settings > Styles and colors > Buttons. In order to change the button on a certain page, you can apply Theme Settings Presets: https://evansclarks.com/shop/mens-black-oversized-sneaker-4/

    If you have any questions please feel free to contact us.

    Best Regards

    #358043

    robt
    Participant

    IT DO NOT WORK,

    How to Make visible my CART button in the menu please If possible in the same color as the menu writing
    thanks in advance

    Robin

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

    Hello,

    Each row has the color scheme for the tex: dark and light.

    Taking into consideration you want custom colors, please use this code:

    body .wd-tools-element>a {
        color: yellow;
    }

    If you have any questions please feel free to contact us.

    Best Regards

    #358870

    robt
    Participant

    Hey, now cart is ok but hover is transparent, how to color hover cart buton to white please ?

    #358920

    Hello,

    Please try this code:

    body .wd-tools-element>a:hover {
        color: yellow;
    }

    Best Regards

    #358922

    robt
    Participant

    Well done, nice work !

    god bless

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

The topic ‘change the color of the cart buton’ is closed to new replies.