Site logo

[Resolved] Line appears under submenu last item – slideout menu

Home Forums Support [Resolved] Line appears under submenu last item – slideout menu

Home Forums Support Line appears under submenu last item – slideout menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2469803
    Halil

    Hi,
    I need a bit of help, I’m using off canvas menu on mobile view. There appears a line under the last child of submenu and I’m unable to find where does this line come from. I’d like to remove it. Could you pls help?

    I’ve added pic.

    #2469824
    Leo
    Staff
    Customer Support

    Hi Halil,

    That’s the default box-shadow added to the submenu.

    You can remove it with this CSS:

    .main-navigation.slideout-navigation ul ul {
        box-shadow: none;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps 🙂

    #2469841
    Halil

    great! thanks Leo.

    #2469863
    Leo
    Staff
    Customer Support

    No problem 🙂

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