Disable Logo on Home Page
-
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;
}The page I need help with: [log in to see the link]
- The topic ‘Disable Logo on Home Page’ is closed to new replies.