Home Forums Basel support forum Make buttons with rounded corners

Make buttons with rounded corners

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #127390

    joywithjo
    Participant

    Hi,

    At the moment, all the buttons on the theme have pointy edges. Is there any way to make these buttons have rounded corners instead?

    Thank you.

    #127415

    Hello,

    There is no option to configure. We can provide custom CSS

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .added_to_cart, 
    body .btn, 
    body .button, 
    body button, 
    body input[type=submit] {
    	border-radius:20px;
    }

    Best Regards

    #127476

    joywithjo
    Participant

    Hi Elise,

    You are THE BEST!! Thank you. 🙂

    #127489

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)