Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #313581

    On my website I have a simple button, added with the Avia layout Builder.
    But the button has rounded corners. How can I delete the rounded corners?

    And the same question for a team member (photo of an team member with some rollover functions) photo.

    I hope to hear soon!

    • This topic was modified 9 years, 6 months ago by peterd.
    #313764

    Hey peterd!

    Thank you for visiting the support forum.

    You can remove the border radius with this on Quick CSS or custom.css:

    body div .avia-button, .avia_image {
    border-radius: 0;
    }

    Best regards,
    Ismael

    #314187

    Hey Ismael,

    Thanks again!!
    Is that also possible for a team member (photo of an team member with some rollover functions)?

    best regards!

    #314548

    Hey!

    Try adding this code to the Quick CSS:

    .team-social a {
        border-radius: 0 !important;
    }

    Cheers! 
    Josue

    #316914
    This reply has been marked as private.
    #316919

    Hi!

    Use this:

    .team-img-container, .team-img-container img {
        border-radius: 0 !important;
    }

    Best regards,
    Josue

    #322337

    Thanks!! Works!!

    kind regards

    #322338

    You are welcome, glad to help :)

    Regards,
    Josue

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