Okay
  Public Ticket #2483944
Remove or Hide Blog Header
Closed

Comments

  • Doirecity1_1983 started the conversation

    Is there anyway to remove or hide the header of a blog post like in the attached screen shot?

  •  1,089
    ThemeNectar replied

    Hey Doirecity1_1983,

    Add this into the custom css box located in the Salient options panel > general settings > css/script related tab:


    .single #page-header-wrap.fullscreen-header {
        display: none;
    }
    
    Cheers
  • Doirecity1_1983 replied

    Awesome this works perfectly, thanks!!

  •  1,089
    ThemeNectar replied

    You're very welcomesmile.png