Home › Forums › WoodMart support forum › Bigger Larger Buttons › Reply To: Bigger Larger Buttons
March 30, 2021 at 8:36 am
#277482
Elise Noromit
Member
Hello,
Use this code and make lin-height 2-5 pixes more than font-size:
body .btn-style-bordered.btn-size-extra-large {
padding: 30px 60px;
font-size:30px;
line-height:35px;
}
Best Regards