Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
›
Files & images
Hide logo on home
jdiazyo
August 2016
in
Files & images
Is there a way to hide the logo on the homepage only? I tried using a blank template, but it removes the menu and I want the menu. I would like the logo to show on all other pages.
Comments
Albert
August 2016
Hi,
yes, it is possible but requires custom css:
.home #Top_bar .logo { display: none !important; }
jdiazyo
August 2016
Thank you!!
jdiazyo
August 2016
BTW: Is this possible across the site? To show the menu only?
Albert
September 2016
Sorry but what you mean?
jdiazyo
September 2016
If I don't want the logo to appear at all meaning all pages instead of just the home page. Is it possible to hide the logo?
jdiazyo
September 2016
Figured it out! Removed !important and the logo disappeared from all pages.
Sign In
or
Register
to comment.
Comments
yes, it is possible but requires custom css: