Viewing 4 posts - 1 through 4 (of 4 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

    #1485372

    Thanks ;)

    #1485379

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Color section – rounded corners’ is closed to new replies.