Tagged: schmidtgrafisk
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
Thanks ;)
Hi,
Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike