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.
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.
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.
Attached files: Screenshot 2025-11-17 at 4.10.43 PM.png
Screenshot 2025-11-17 at 4.13.22 PM.png
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.
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.