Site logo

[Resolved] Remove radius and shadow on off-canvas menu

Home Forums Support [Resolved] Remove radius and shadow on off-canvas menu

Home Forums Support Remove radius and shadow on off-canvas menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2432706
    Salty Communication

    Hi!

    I have been trying to remove the radius and shadow on the off-canvas menu used on mobile/tablet without success…
    Could you please give me a helping hand?

    Thanks!

    -J

    #2432865
    David
    Staff
    Customer Support

    Hi there,

    you have this CSS:

    
    .main-navigation .sub-menu {
        border-radius: 10px;
        box-shadow: 0 5px 10px 5px rgba(0,0,0,0.2);
    }

    Change that to:

    
    .site-header .main-navigation .sub-menu {
        border-radius: 10px;
        box-shadow: 0 5px 10px 5px rgba(0,0,0,0.2);
    }
    #2432874
    Salty Communication

    Perfect. Thanks David!

    #2432992
    David
    Staff
    Customer Support

    You’re welcome

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