Skip to content
Public Ticket #7493

default logo

Conversation thread

wfbeck replied

Customer Reply

Thank you that did it.

PenciDesign replied

Staff Reply

Hi,

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, 623

You 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,

PenciDesign

PenciDesign replied

Staff Reply

Hi,

Please show me URL for your landing page, I will take it a look.

Best Regards,

PenciDesign

Want to join this conversation or access attachments? Sign in first.