Tagged: page titles
- This topic has 11 replies, 7 voices, and was last updated 10 years, 9 months ago by
Theme Horse Support Team.
-
AuthorPosts
-
October 7, 2013 at 12:40 am #4444
pMCs
ParticipantHow do I keep the page titles from displaying in large heading type on every page. For example. I’d like for my home page to not say “Home” at the top.
October 7, 2013 at 8:47 am #4457Sanjip Shah
Participant@pMCs Please provide link to your pages where you want this. We will look into it and provide the custom css.
October 7, 2013 at 11:58 am #4469pMCs
ParticipantJust the home page: http://www.farmconewyork.com/
I don’t want to disable the visibility on the rest of the pages, just the home page.
Thank you.October 7, 2013 at 5:22 pm #4479basv
ParticipantIm having the exact same question/issue, would it be possible to share the part of the css so we can copy paste it in on the right spot?
October 9, 2013 at 12:22 pm #4515Sanjip Shah
Participant@pMCs @basv In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes. If you can to hide only in home page
.home .content .entry-title { display: none; }
If you want to hide in every page
.page .content .entry-title { display: none; }
Try this out.October 9, 2013 at 12:41 pm #4517pMCs
ParticipantThanks for the help, but neither of those worked for me.
October 11, 2013 at 4:02 pm #4563Sanjip Shah
Participant@pMCs I checked your site and it looks you are now using other theme.
November 9, 2013 at 7:04 am #5021josmac101
ParticipantI would like to do this as well. Am running Clean Retina. See http://akous.com. Tried the CSS snippet above with no luck. Any help welcome. Thanks/Joseph
November 10, 2013 at 2:05 pm #5028Rabin Shrestha
ParticipantHi josmac101,
Try this
If you can to hide only in home page.home #content .entry-title { display: none; }If you want to hide in every page
.page #content .entry-title { display: none; }Rabin
November 10, 2013 at 6:58 pm #5040josmac101
ParticipantPerfect! This worked exactly as expected.
February 2, 2015 at 10:53 pm #21511JuliaKellogg
ParticipantI have some pages (thank you pages and redirects) I’d like the title hidden in too. I’m using Clean Retina as well but neither of these worked for me.
.page #content .entry-title { display: none; }
.home #content .entry-title { display: none; }One page I want the title hidden on is called “Testimonial Submission”.
Thanks for your help!
February 3, 2015 at 5:46 am #21522Theme Horse Support Team
KeymasterHi JuliaKellogg,
please create a new topic because other Clients also get notified which is unwanted for them. While Posting in new topic Please send your Site Url too.
Thank you!
-
AuthorPosts
- You must be logged in to reply to this topic.
