Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1416404

    Hello. Is it possible to have a round borders of the buttons? I tried to set that in customization elements but doesn’t work!
    How to do?! Thanks

    #1416436

    Hey Stilecatalini,
    You would adjust in the button element under Styling ▸ Border Radius, a 50px Border Radius will make them slightly round, try adjusting to suit.
    Enfold_Support_2951.jpeg

    Best regards,
    Mike

    #1416441

    Ok but now should modify the sensitive area of the buttons that is squared!!
    How to do?! Check…(in red)
    Again; how to modify also the contact modules? (Round buttons instead squared)
    Thanks

    #1416469

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .avia-button-wrap .avia-button {
    	border-radius: 50px;
    }
    #top .avia-button .avia_button_background {
        bottom: -3px;
    }
    #top .form_element .button[type="submit"] {
    	border-radius: 50px;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1416484

    Well! Thanks!

    #1416494

    Hi,
    Glad we were able to 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 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Buttons’ is closed to new replies.