Edit Woodmart Button Style globally
-
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
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