Site logo

Archived topic

Only logo on top of menu in mobile menu

3 replies · Started by reistad on July 5, 2020

Viewing posts 1–4 of 4

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.

Hi there,

try adding this CSS:

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

Thank you David. That worked fine.

Glad to be of help

This archived topic is closed to new replies.