• Resolved littlebizonline

    (@littlebizonline)


    Hi there,

    I have just started creating this site, and have added padding to the top and bottom of the body – and would really like the corners of the body (i.e. everything within the dark purple background) to be rounded.

    Everything I have tried hasn’t worked so far…

    Could you please point me in the right direction?

    Thanks

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi there!

    Could you post a link to your site and we’ll try and make a code suggestion for you.

    Cheers! ??

    Luke the Daft Duke

    Can you post a link?

    Kadence Themes

    Thread Starter littlebizonline

    (@littlebizonline)

    gah sorry – might help!

    You can see the website here

    Thanks!

    You can use this css:

    .banner.headerclass, #topbar {
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }
    #containerfooter {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    Kadence Themes

    Thread Starter littlebizonline

    (@littlebizonline)

    awesome – thank you ??

    Hi Kadence,
    first of all, thank again for your quick responses and helpful answers so far ??
    Now I would like to round the corners of the dropdown menu. Can you help?

    Thanks!

    Indeed, how to make round corners of the dropdown menu?

    hannah

    (@hannahritner)

    Hi PetraPetra and lesnaya,
    Sorry for the delay! In the future please start a new topic as this one has been marked as resolved and can easily be overlooked.
    For rounded corners try adding this to your custom css box in Theme Options > Advanced Settings:

    #nav-main .sf-menu ul, .nav-main .sf-menu ul, #nav-second .sf-menu ul, .topbarmenu .sf-menu ul {
        border-radius: 20px;
    }

    Hope that helps!

    Hannah

    Hannah, thanks for your reply, it worked (and I’ve duplicated this question in the Kadence forum, wasn’t sure if this one will get any response, you’ve already replied). Sure, will do so in future in regards to forum rules. Thanks for your fantastic support guys, it feels like there is a team of 20 people there ??

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘making body corners curved?’ is closed to new replies.