• nerdbird

    (@nerdbirdmedia)


    Hi there.. I would like to remove the Page Titles that appear on each page above the page content.

    Thanks for you help

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Access Keys

    (@access-keys)

    Hi There,
    Please go to Appearance->Theme Option->Tools in the custom css field please try below code

    footer.entry-footer {
      display: none;
    }

    If there custom css field is not available please install “accesspress custom css” plugin and go to Setting->Accesspress Custom CSS there you can find custom css field.
    Thanks.

    Thread Starter nerdbird

    (@nerdbirdmedia)

    Hi there.. thank you for your reply but that did not work. ?? I tried .header_breadcrum_title{
    display:none;
    }
    That also failed.
    Any other suggestions?

    Theme Author Access Keys

    (@access-keys)

    Hi there,
    Try using hide title plugin for the feature you’re looking for.
    Thanks,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove Page Titles’ is closed to new replies.