Can we make rounded buttons

What I’m trying to do:
Actually buttons in anvil are rectangular in shape.Can we make buttons rounded…

Yes you can @jack. You can change the css to make your design the way you like it

Go to your theme.css and simply paste this

.anvil-role-rounded {
border-radius: 25px;
}

Then added the role “rounded” to your roles. After that, just select this role for a button and it will be rounded.

3 Likes