Re: Remove page name

#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