Tagged: title
Hi,
I would like for the title of the Homepage not to appear on the page. How could I hide it AND remove the space that it occupies? (I was able to hide it but a white space still remains in its place which is not ideal.)
Thanks, Yiannos
Hi Yiannos,
Can you please share us the exact page of your site? So that we can see your site and provide you the exact code to remove those white space.
Thank you for using our theme.
Site is inactive currently until the design is finished so unfortunately, can’t provide a link.
If you forget the white space which I understand makes things more complicated, how would you remove the entire title element from a specific page?
To remove the page title bar go to the Appearance > Customize > Additional CSS and paste the custom CSS code below:
.page-header .page-title-wrap { display: none; }
Thank you!
This removed the title from all pages. As I mentioned I just need this for specific ones like the Homepage where having the title just seems weird.
Found it.
To remove the blank space, I needed the following where page id is the id of the page I want to modify.
.page-id-85 .site-content { padding-top: 0px; }
Thanks
Hello,
You can use that custom CSS code as well to remove the blank space as well.