Reply To: border radius

#10035532
Support
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