Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #4517390
Remove Top bar and header from certain pages
Open

Comments

  • UCLAStudentMedia started the conversation

    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

  •  3,019
    PenciDesign replied

    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 replied privately
  •   UCLAStudentMedia replied privately
  •  3,019
    PenciDesign replied

    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.