Site logo

[Support request] Secondary Menu on mobile version

Home Forums Support [Support request] Secondary Menu on mobile version

Home Forums Support Secondary Menu on mobile version

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

    Hello :),

    is there a possibility to deactivate the secondary menu just on mobile version?
    https://ibb.co/7Xcy3tT

    Can anybody have a look?
    Thank you,
    Jenny

    #2547625
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    @media(max-width: 768px) {
        #secondary-navigation {
            display: none;
        }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.