• Resolved marinaa

    (@marinaa)


    I have the Toggle Bar Style set to the Hamburger button only and Edge is set to Right. I’m trying to apply border-radius and have tried all the selectors – but nothing is working. Here are some things I’ve tried:

    #shiftnav-toggle-main {
    border-bottom-left-radius: 5px !important;
    }

    #shiftnav-toggle-main-button {
    border-bottom-left-radius: 5px !important;
    }

    Thank you!

Viewing 1 replies (of 1 total)
  • Thread Starter marinaa

    (@marinaa)

    This worked:

    #shiftnav-toggle-main, .shiftnav-toggle-burger {
    border: 1px solid #b22222;
    border-bottom-left-radius: 10px !important;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Can’t Apply Border Radius’ is closed to new replies.