Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1948408
default logo
Closed

Comments

  • wfbeck started the conversation

    I would like no logo at all on my landing page.  Like http://soledad.pencidesign.com/soledad-vertical-nav/  

  •  2,699
    PenciDesign replied

    Hi,

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


    Best Regards,

    PenciDesign

  • wfbeck replied

    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/

  •  2,699
    PenciDesign replied

    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

  • wfbeck replied

    Thank you that did it.