How to hide site-logo/site-title container

Hi everybody,

I love the travelify theme und try to use it for my sports club. We only want a header-image, no site-logo, no site-title. Unfortunately I do not know how to hide the container that holds them. The website is not online yet, have a look here:
Screenshot
The white space above the header image dummy should be unvisible.

I tried a

#site-logo {
display: none;
}
#site-title {
display: none;
}

in the style.css and with custom css. That does not work. The container with white space is still visible.

Any help or hint appreciated!
Thank you
Martin

Hi Martin,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Travelify Other Options

#branding > .container {
    display: none;
}

Best Regards,
Movin

Dear Movin,

thank you for your prompt reply!
Unfortunately, the custom css does not hide the container.

Perhaps you have another suggestion?

Best regards
Martin

It is working fine on my test site using above shared CSS code.

Could you please share me your site URL where it is not working so that i can troubleshoot it?

Dear Movin,

yes I will, wait a minute please.

At first I want to reinstall the theme. Maybe I incidentally corrupted the style.css, though your patch is not working.

BTW: it would be a nice feature for travelify, if someone chooses “deactivate” in the theme option section for the header, that the container would be unvisible automatically.

Best regards
Martin

Dear Movin,

yes it works!
I replaced the style.css with the original and added the patch again, voila!

Thank you for your excellent support!

Best regards
Martin

You are most welcome here :slight_smile: