Tagged: ,

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

    Hi,

    I was wondering how I can remove the border radius (set to 0) from all images, buttons etc. in the full site?
    I found some support items about specific items, but I want no rounded corners at all.

    Thanks!

    #878356

    Hey rhae,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top * {
        border-radius: 0 !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #882333

    Hi Nikko,

    great, that worked! Thanks.

    #882582

    Hi rhae,

    Glad we got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1235061

    hi, i tried the opposite
    set 20px as border radius and everything including the header, footer, socket etc got rounded corners.

    is there a way to set just ALL IMAGES to have rounded corners?
    thanks for the help.

    #1235127

    Hi akhilz,

    Please try to use this CSS code:

    #top img {
        border-radius: 20px !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #1235311

    hi Nikko
    thanks, that worked like a charm.

    #1235322

    Hi akhilz,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How to remove the border radius from all images/buttons etc?’ is closed to new replies.