Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1484985

    Hey Enfold

    I’d like to have left and right bottom corners rounded, how do I do that?

    Thanks

    #1484995

    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.

    View post on imgur.com

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.