badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Remove duplicate Page Title on Page

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • #6240
    ErikaMarie
    Participant

    How can I remove the duplicate Page title appearing on my pages?

    (http://onesimplemama.com/faith/)

    #6281

    ErikaMarie 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;
    }

    #6300
    ErikaMarie
    Participant

    That worked, thanks!

    #6310
    ErikaMarie
    Participant

    On 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?

    #6320
    demo
    Participant

    Try this this, it remove duplicates titles from the pages only
    .page-title{
    display:none !important;
    }

    #6324
    ErikaMarie
    Participant

    I used this code and it removed the extra title on pages only now, thank you.

    #7144
    danspencer
    Participant

    Hi, 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 🙂 )

    #7151
    danspencer
    Participant

    btw, I got it

    #7268
    Roman
    Participant

    None 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.

    http://www.nbsstudents.net/BTRD/

    #7280
    Sanjip 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. 🙂

    #7318
    Roman
    Participant

    It helped, thanks

    #7358
    Sanjip Shah
    Participant

    @Roman Welcome.

    #9284
    write2roberto
    Participant

    I 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?

    #9317

    Hi Write2roberto

    Please send your site URl. So that we can have a look through it.

    Regards
    Sunil

    #9318
    write2roberto
    Participant

    the site url is: http://prolingas.com/

Viewing 15 posts - 1 through 15 (of 16 total)
  • You must be logged in to reply to this topic.