Hey Enfold
I’d like to have left and right bottom corners rounded, how do I do that?
Thanks
Hey Alan,
Thank you for the inquiry.
There is no option for this in the Color section by default, but you can add a custom class name (e.g., av-section-border-radius) to the element under Advanced > Developer Settings > Custom CSS Class field, then add the following css to apply the border radius.
#top #wrap_all .av-section-border-radius {
border-bottom-right-radius: 100px;
border-bottom-left-radius: 100px;
}
Another option is the Layout > SVG Divider settings.
Best regards,
Ismael