Okay
  Public Ticket #1947020
deleting pageheader in blog post
Closed

Comments

  • Melanie started the conversation

    https://bikespirit.topsiteonline.nl/2019/03/23/regular/

    How can i remove the page header on the single posts? 

  •  8,996
    Tahir replied

    Hey Again

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .single-post.ascend #page-header-bg.fullscreen-header {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team