Home Forums Basel support forum Remove "Nav Shop" when not on mobile

Remove "Nav Shop" when not on mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #15704

    svaldesm
    Participant

    Hello,

    I want to remove the Nav Shop menu (category menu) when not in mobile, because I already have a sticky nav with the menu.

    I suppose it’s done via CSS, how can I do it?

    Thanks!

    #15705

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area for mobile devices in Theme Settings to do this

    .title-shop .nav-shop {
        display: none;
    }

    Regards

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)