Tagged: title
- This topic has 6 replies, 2 voices, and was last updated 5 years, 8 months ago by Theme Horse Support Team.
-
AuthorPosts
-
December 23, 2018 at 9:52 pm #59338i.v.theodoridisParticipant
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,
YiannosDecember 24, 2018 at 12:06 pm #59348Theme Horse Support TeamKeymasterHi 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.
December 24, 2018 at 5:57 pm #59352i.v.theodoridisParticipantHi,
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?
Thanks,
YiannosDecember 25, 2018 at 12:35 pm #59359Theme Horse Support TeamKeymasterHi Yiannos,
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!
December 25, 2018 at 2:14 pm #59362i.v.theodoridisParticipantThis 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.
December 25, 2018 at 2:36 pm #59363i.v.theodoridisParticipantFound 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
December 26, 2018 at 6:31 am #59385Theme Horse Support TeamKeymasterHello,
You can use that custom CSS code as well to remove the blank space as well.
Thank you!
-
AuthorPosts
- You must be logged in to reply to this topic.