[Resolved] Disable the display of the company logo on the main page on the desktop

Home Forums Support [Resolved] Disable the display of the company logo on the main page on the desktop

Home Forums Support Disable the display of the company logo on the main page on the desktop

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1265294
    Dmytro

    Good afternoon! On Monday, the launch of the site and your help are urgently needed. It is necessary to disable the display of the company logo on the main page of the site on the computer and on the tablet (it must remain on the mobile phone). Merch theme

    #1265558
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    body.home .site-logo {
        display: none;
    }

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

    #1265872
    Dmytro

    Good afternoon! Disabled on all devices, but I need a logo to display on mobile phones.

    #1265914
    Dmytro

    @media screen and (min-width: 768px) {
    body.home .site-logo {
    display: none;
    }
    }

    it seems to be good

    #1266383
    Leo
    Staff
    Customer Support

    Yup that’s the right CSS 🙂

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