How to eliminate Site Title and Tagline?

Hi, I just recently joined the wonderful world of Wordpress and I’m helping to build a corporate page based on Wordpress and using Travelify as the theme.

Since the banner already has the name of the company, we do not need the Site Title and Tagline, and we would prefer to delete the space that the Title is using to allow the banner to show on top of the page. Is any way to remove these features from the theme? Thanks in advance!

P.D: I attached a screenshot showing the blank space above the banner: That’s what we want to delete :slight_smile:

Ups, wrong image, this is the correct one

Hi @iceking503,

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 -> Apperance -> Theme Options -> Other -> Custom CSS

#branding .container {
  display: none;
}

Best Regards,
Movin