I apologize if this has been asked already but I was unable to find a specific solution:
I would like for the logo in the header to NOT show for ONLY the home page (front page). Is there a Quick CSS adjustment or php modification to do this?
Many thanks for your help!
-mc
Hi MC!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.home .logo { display: none!important; }
Best regards,
Yigit
EXACTLY what I was looking for! Thank you very much for your prompt response!
Out of curiosity, would I be able to define a different logo (or at least hide it again) for a sub page using something similar? If I could, it would be amazing, if not, this snippet will do quite nicely for my needs.
Again. Thank you for helping me sort this out so quickly.
-MC
Hi!
You can use following code
.page-id-59 .logo { display: none!important; }
and change the page ID’s to match your pages ID. You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Regards,
Yigit
Fantastic. Thanks again Yigit for an incredibly timely response and exactly the right piece of information. Armed with this, I should be able to really help meet my client’s desires. Enfold is an amazing template and the customer service has been phenomenal.