Home Forums WoodMart support forum Changing button font color

Changing button font color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #186579

    steli
    Participant

    Hello,

    i cannot manage to change the font color of the “show cart” button from black to white, it doesn’t seems to obey to the color codes from THEME SETTINGS>STYLES AND COLORS as u can see in the image below.

    https://imgur.com/ls0vJk8

    Also i cannot manage remove the “Flat rate” text. How can i do that?
    https://imgur.com/cJSYEN2

    Thanks

    #186676

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .btns-default-dark .widget_shopping_cart p.woocommerce-mini-cart__buttons a.btn-cart {
        color: #ffffff;
    }

    Best Regards

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