N
niekboersen
New Member
Dear Forum users,
For a project I would like to round the corners of the widget. I can not find it in the settings of Elementor, is there a way to do this with css or am I missing out on something. Hopefully someone can help me.
Update: I found out how to round the corners of the widget on the right hand side by using the following css:
.elementor-18 .elementor-element.elementor-element-5b6b0e6 .elementor-tabs-content-wrapper{
border-radius: 0px 25px 25px 0px;
}
Kind regards,
Niek
For a project I would like to round the corners of the widget. I can not find it in the settings of Elementor, is there a way to do this with css or am I missing out on something. Hopefully someone can help me.
Update: I found out how to round the corners of the widget on the right hand side by using the following css:
.elementor-18 .elementor-element.elementor-element-5b6b0e6 .elementor-tabs-content-wrapper{
border-radius: 0px 25px 25px 0px;
}
Kind regards,
Niek
Attachments
Last edited: