Remove page name

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #486
    Anonymous
    Guest

    How can I remove page name ?
    2c44c8fba4114f951e81eeea545cc073.jpg

    #1234
    admin
    Participant

    Hello,
    Simply don’t enter the page title.
    Thanks

    #1235
    Anonymous
    Guest

    Is there any other way to achieve that? Not giving a name introduces a lot of mess in the admin menu. Also, how to remove the black bar between the page name and the rest of the content?

    Thanks

    #1236
    admin
    Participant

    Hello Kamil,
    You may achieve this by implementing with CSS.
    For Example, i have noticed the following HTML markup for the Page Title in Contango,

    Contact

    [/CODE]

    So combing [B]specific page id [/B]and [B]entry-title-page[/B] class, you may hide this completely. For Example,

    [CODE]body.page-id-222 .entry-title-page {
    display: none;
    }[/CODE]

    Thanks[CODE]

    Contact

    [/CODE]

    So combing specific page id and entry-title-page class, you may hide this completely. For Example,

    body.page-id-222 .entry-title-page {
    display: none;
    }[/CODE]

    Thanks[CODE]body.page-id-222 .entry-title-page {
    display: none;
    }[/CODE]

    Thanks

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