[Resolved] Only logo on top of menu in mobile menu

Home Forums Support [Resolved] Only logo on top of menu in mobile menu

Home Forums Support Only logo on top of menu in mobile menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1352414
    reistad

    Is there a way to hide the Site title and Site tagline in the mobile menu only?

    I have set the mobile header to off since I want only the logo on top of the menu.

    The menu for desktop and tablet should have Site title and Site tagline.

    #1352548
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    @media(max-width: 768px) {
        .site-branding {
            display: none;
        }
    }
    #1352867
    reistad

    Thank you David. That worked fine.

    #1353396
    David
    Staff
    Customer Support

    Glad to be of help

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