• Resolved libhart

    (@libhart)


    Hello,

    I’m using Botiga as an excellent, minimalist theme for a local organization, not for a storefront. In customizing the Header, I’m using a large header image which looks great on my front page. I then hide the header image on the other pages using the “Show Only In The Homepage” toggle. Because of that large header image on my homepage, I don’t need the logo on the homepage. Is there a way to hide the logo on the homepage while it sticks around on my other pages?

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • maaprote

    (@maaprote)

    Hi Libhart,

    Thank you for contacting us.

    Yes, that’s possible. Please try adding the given custom CSS code below at Appearance > Customize > Additional CSS:

    .home .site-branding {
        display: none;
    }
    

    Hope this helps!

    Kind Regards,

    Rodrigo.

    Thread Starter libhart

    (@libhart)

    Hi Rodrigo,

    I had actually ended up digging in the code and filtering the logo event, but I like this solution MUCH better! Thanks so much!

    maaprote

    (@maaprote)

    Hi Libhart,

    You’re welcome!

    Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Kind Regards,

    Rodrigo.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide logo on front page’ is closed to new replies.