• Resolved ilonaceline

    (@ilonaceline)


    Hi,

    I have a shadow around my sub-menu items and I don’t know how to remove it.

    How can I solve it?

    These all don’t work:

    .sub-menu .menu-link { box-shadow: unset; }
    .sub-menu .menu-link { box-shadow: none; }
    .sub-menu .menu-link { -webkit-box-shadow: none; -moz-box-shadow: none; }

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ilonaceline

    (@ilonaceline)

    I fixed it! This code worked for me, probably not the best solution but I’m not a coder so it’s the best I could find.

    .astra-full-megamenu-wrapper, .ast-desktop .astra-menu-animation-slide-down > .menu-item > .sub-menu, .ast-desktop .astra-menu-animation-slide-down > .menu-item > .sub-menu .sub-menu {

    box-shadow: none;
    }

    Hi @ilonaceline,

    Good to know that you have figured it out. Let us know if there’s anything else we can help you with.

    Have a nice day and stay safe!

    Kind regards,
    Herman ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Astra – How to remove shadow from submenu?’ is closed to new replies.