Skip to content
Public Ticket #31996

Remove Top bar and header from certain pages

Conversation thread

PenciDesign Supporter replied

Staff Reply

Hi,

Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

.udb_admin_page-template .penci-header-wrap {
  display: none;
}

Regards,
PenciDesign.

PenciDesign Supporter replied

Staff Reply

Hi,

1/ You can group all the posts you want to display on the top bar by adding the same tag to them.
Then go to Appearance → Customize → Topbar → General Settings and set:

  • Filter Topbar By: Tags

  • Fill List Tags for Filter by Tags on "Top Post": enter the tag you created

2/ Please send me the URL of your Knowledge Base page so I can check it and provide the appropriate custom CSS.

Regards,
PenciDesign.

UCLAStudentMedia started the conversation

Conversation Start

I have the header and top bar configured in the theme settings. However, if there are certain posts where I want to remove it from, how would I comment it out? I have a plugin (Knowledge Base) that pulls from the theme single post but I don't want the header and top bar showing up on those pages.

Want to join this conversation or access attachments? Sign in first.