Hello,
Does anyone know the CSS code for changing the shape of buttons to an elliptical shape??
I want them to be like that:

Thanks in advance,
Inessa
Hello,
Does anyone know the CSS code for changing the shape of buttons to an elliptical shape??
I want them to be like that:

Thanks in advance,
Inessa
Best answer by lrnlab
sure...here you go:
/* ************************* */
/* Rounded Edges for Widgets */
/* ************************* */
.pages-widget-page .single-widget *:not(.title):not(.ui-carousel-title):not(.ui-text-link):not(.ui-card-title):not(.ui-typography-heading-5):not(.subtitle):not(.dropdown-head) {
border-radius: 10px;
}
/* ************************* */
/* Rounded Edges for Buttons */
/* ************************* */
#doc-layout-page-content button.mdl-button {
border-radius : 100px;
}
Enter your email address or username and password below to log in to Docebo Community. No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.