Comments wfbeck started the conversationMarch 26, 2019 at 1:49amI would like no logo at all on my landing page. Like http://soledad.pencidesign.com/soledad-vertical-nav/ 2,700PenciDesign repliedMarch 26, 2019 at 3:53amHi,Please show me URL for your landing page, I will take it a look.Best Regards,PenciDesignwfbeck repliedMarch 26, 2019 at 2:00pmI would not like the logo to display. We use pages for a lot of our content and and using the default logo bumps our content down a lot.http://deborahcruz.staging.wpengine.com/ 2,700PenciDesign repliedMarch 26, 2019 at 3:45pmHi,If you want to do that for some special pages, please use this custom CSS code and paste it to Customize > Custom CSS: body.page-id-500 #header .inner-header{ display: none; }Change value 500 on the above code to page ID of the page you want to hide the logo.Check this guide to know how to find ID of a page.And, if you want to hide the logo on multiple pages, Example: You want to hide logo on 3 pages has IDs: 500, 600, 623You can use Custom CSS code like that: body.page-id-500 #header .inner-header{ display: none; } body.page-id-600 #header .inner-header{ display: none; } body.page-id-623 #header .inner-header{ display: none; }Best Regards,PenciDesign1 Likewfbeck repliedMarch 26, 2019 at 6:23pmThank you that did it. Sign in to reply ...
I would like no logo at all on my landing page. Like http://soledad.pencidesign.com/soledad-vertical-nav/
Hi,
Please show me URL for your landing page, I will take it a look.
Best Regards,
PenciDesign
I would not like the logo to display. We use pages for a lot of our content and and using the default logo bumps our content down a lot.
http://deborahcruz.staging.wpengine.com/
Hi,
If you want to do that for some special pages, please use this custom CSS code and paste it to Customize > Custom CSS:
Change value 500 on the above code to page ID of the page you want to hide the logo.
Check this guide to know how to find ID of a page.
And, if you want to hide the logo on multiple pages,
Example: You want to hide logo on 3 pages has IDs: 500, 600, 623
You can use Custom CSS code like that:
Best Regards,
PenciDesign
Thank you that did it.