Tagged: nepit solution
- This topic has 15 replies, 7 voices, and was last updated 11 years, 7 months ago by
Theme Horse Support Team.
-
AuthorPosts
-
January 12, 2014 at 4:26 am #6240
ErikaMarie
ParticipantHow can I remove the duplicate Page title appearing on my pages?
January 13, 2014 at 10:20 am #6281Theme Horse Support Team
KeymasterErikaMarie You can use custom css . In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’.
.entry-title{
display:none !important;
}January 13, 2014 at 4:18 pm #6300ErikaMarie
ParticipantThat worked, thanks!
January 13, 2014 at 7:32 pm #6310ErikaMarie
ParticipantOn second thought, that did NOT work. It got rid of all titles, even my post titles so I removed the code. Is there a way to remove the duplicate titles from the pages only?
January 14, 2014 at 4:30 am #6320demo
ParticipantTry this this, it remove duplicates titles from the pages only
.page-title{
display:none !important;
}January 14, 2014 at 5:43 am #6324ErikaMarie
ParticipantI used this code and it removed the extra title on pages only now, thank you.
February 4, 2014 at 2:33 am #7144danspencer
ParticipantHi, I tried that, but it doesn’t work for me. I tried to get rid of the title page appearing on the page itself. Please help. Thanks so much (p/s-yes, I’m new at this 🙂 )
February 4, 2014 at 9:30 am #7151danspencer
Participantbtw, I got it
February 6, 2014 at 11:47 am #7268Roman
ParticipantNone of the solutions worked for me, I am trying to completely remove the white space used for page title just on top of the header image.
February 6, 2014 at 3:18 pm #7280Sanjip Shah
Participant@Roman Your question does not relate to this thread thus the solution is not working for you. It would be easier for us to help you if you post a new topic if your question is a new one. However, here goes your solution. In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’.
.hgroup-wrap { display: none; }Hope this helps. 🙂
February 7, 2014 at 11:24 am #7318Roman
ParticipantIt helped, thanks
February 8, 2014 at 6:05 am #7358Sanjip Shah
Participant@Roman Welcome.
April 5, 2014 at 4:54 pm #9284write2roberto
ParticipantI also want to remove the dublicate Page titles.
Unfortunately putting this code in Custome CSS does not work for me.
.page-title{
display:none !important;
}Is there anything else I can do?
April 7, 2014 at 7:47 am #9317Theme Horse Support Team
KeymasterHi Write2roberto
Please send your site URl. So that we can have a look through it.
Regards
SunilApril 7, 2014 at 8:12 am #9318write2roberto
Participantthe site url is: http://prolingas.com/
-
AuthorPosts
- You must be logged in to reply to this topic.
