Home Forums WoodMart support forum Edit Woodmart Button Style globally

Edit Woodmart Button Style globally

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

    tremimi
    Participant

    Hello,

    there are a lot of buttons which were styled by Woodmart. For example the side cart “back to shop” button or the cart and checkout buttons. I know that you can style in Settings -> Style and colors but i want to customize all of them globally. For example padding, font size, border-radius, etc.

    Is there a way in CSS to adress all buttons whithout creating cde for each and every button with the same style settings?

    Greets

    #374161

    Hello,

    Please try adding the following Custom CSS for that.

    .wd-empty-mini-cart .btn, a.button.btn-cart.wc-forward, a.button.checkout.wc-forward {
    font-size: 16px;
    paddong: 10px;
    }

    Best Regards

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