Customize buttons

Am I able to change the layout of the buttons? I am not finding this in the appearance tab or anything and I would like our buttons to be rounded so they match the rest of the website.

1 Like

Greetings @user11716 :wave:

Yeah, it would be amazing to have this option right in the editor. We’ll try to consider this opportunity in the future updates.

As for now, you can use this CSS code to change the border radius of the buttons:

.eapp-events-calendar-button-link {
border-radius: 20px;
}

.global_styles, [class^="Button__Block-sc"] {
border-radius: 20px !important;
}

Add the option to round event button corners as user likes.

1 Like

Hi there, @Ondrej_Pernica :wave:

I see that you’ve already found a CSS code from this thread and added it to your widget. Anyway, I’ve moved your comment to a related thread so that you wouldn’t miss any updates :slightly_smiling_face: