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 #1825231
Logo/Header
Closed

Comments

  •  1
    kafetters started the conversation

    How can I display my logo in the header on the homepage, but have it not show on other pages? I have tried adding to the CSS, but it takes away the logo on all pages.

    #header .inner-header .container {
        display: none;
    }

    I have also clicked "hide header" on the applicable pages, but then the navigation doesn't show either. I just don't want the logo (with is a very large image) to show on every page, because it would be redundant.

    Alternatively, if that's not an option, is there a way to add a large image to the top of the homepage and only have it show there? The homepage featured box shows as 500px, but I'd really like it to be closer to 1,600px.

    Thanks so much! I hope that makes sense!
    Aleisha


  •  2,699
    PenciDesign replied

    Hi,

    To do that, please add more this code to Customize > Custom CSS:

    #header .inner-header{ display: none; } body.home #header .inner-header{ display: block; }

    Best Regards,

    PenciDesign

  •  1
    kafetters replied

    Thank you so much! I really appreciate it!