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 #3071823
Removing part of header from single.php
Closed

Comments

  • lukeacarpenter started the conversation

    Hi, 

    Is it possible to remove part of the header from a single post. I have attached a screenshot showing the section of the header I would like to remove.

    Thanks, Luke

  •  2,489
    PenciDesign replied

    Hi,

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

    body.single #header {
        display: none;
    }
    body.single .penci-header-wrap {
        margin-bottom: 30px;
    }

    Regards,
    PenciDesign.



  • lukeacarpenter replied

    Thank you so much for you quick response. Works perfect.