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*

How to remove page titles

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #22826
    thecedarsrc
    Participant

    Is there a way to remove page titles? I have tried some plugins, but they haven’t seemed to work.

    #23146

    Hi thecedarsrc,

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

    Thank you!

    #24122
    thecedarsrc
    Participant

    Thanks for the tip, it did work; however, it also removes titles from my posts on the blog page. Any way to remove page titles and keep the post titles?

    #24166

    hi thecedarsrc,

    Could you once provide your site url too. So that it we may provide you the actual css.

    Thank you!

    #24322
    thecedarsrc
    Participant
    #24507

    Hi thecedarsrc

    So you want to hide the title of the pages only.
    Go to Appearance->Theme Options->Design Options Tab->Custom CSS.
    Paste the following CSS code and click on ‘Save all Changes’ button.

    .page .entry-title {
        display:none;
    }

    Thank you!

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