December 30, 2020 at 11:04 pm
#10035532
Keymaster
Hello,
You can use this class:
<button type="button" class="btn btn-modern btn-rounded btn-primary mb-2">Primary</button>
Or just add this css:
css/custom.css
.btn-modern {
border-radius: 20px !important;
}
Let me know if you have any questions.
Kind Regards,
Jonas