• Resolved Tamie

    (@tamierp)


    Hello!
    I placed the logo in header on the same row where you place the menu, but I do not want it showing on the home page because I have a larger version of it on that page. I tried this:

    .home .custom-logo-link {
    display: none;
    }

    but it did not work. I found this in some other forum, not sure if it would apply to what I’m doing, but I gave it a try.

    I also would like to remove the word “home” from the home page menu because it looks unprofessional.

    EDIT: I just tried these and none worked:

    `.home .logo {display: none!important; }
    .home .header-logo {
    display: none;
    }
    .header-logo{
    display:none;
    }
    OR

    .header-logo img{
    display:none;
    }.header-logo{display:none;}
    .header-logo img{visibility: hidden;}
    .header-logo img{display: none;}
    .home .menu-item-logo {
    display: none !important;
    }

    • This topic was modified 2 years, 11 months ago by Tamie.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Tamie, thanks for reaching out!

    Try adding this CSS to Customize> Additional CSS:

    .home .site-branding.branding-layout-standard.site-brand-logo-only {
       display: none;
    }

    Does that accomplish what you’re after? If not, let us know and we’ll try again.

    Thanks!,
    Kevin

    • This reply was modified 2 years, 11 months ago by Kevin.
    Thread Starter Tamie

    (@tamierp)

    YES! Worked like magic! Thank you!!!

    Thread Starter Tamie

    (@tamierp)

    .

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable Logo on Home Page’ is closed to new replies.