Hi, I need to hide the website logo only on the homepage. How can i do it?
Thanks
Luca
Hi,
if you want to hide logo on homepage but keep whole header, you have 2 ways:
Ok, can you tell me the custom css and how to put it on? Thanks
Yes, but I need link to page where from you would like to remove it so i can prepare right declaration.
.home .logo {
display: none !important;
}
Where I've to put it? In which section? Can you tell me the path? Thanks
Custom CSS can be placed in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Best regards
Comments
Hi,
if you want to hide logo on homepage but keep whole header, you have 2 ways:
Ok, can you tell me the custom css and how to put it on? Thanks
Ok, can you tell me the custom css and how to put it on? Thanks
Yes, but I need link to page where from you would like to remove it so i can prepare right declaration.
.home .logo {
display: none !important;
}
Where I've to put it? In which section? Can you tell me the path? Thanks
Custom CSS can be placed in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Best regards