Okay
  Public Ticket #2144566
Automatic generated hero section in Blog - Nectar
Closed

Comments

  • KaigeProductions started the conversation

    Dear support,

    I created a landingspage and would like to prevent the automatic generated hero section. Is there any way to disable it?

    Thanks in advance.

    https://mmi.kaige.nl/hulp-bij-studiekeuze/

  •  8,993
    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 div#page-header-wrap {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  • KaigeProductions replied

    Thanks, works perfect. just two more problems. 

    1. There is a margin at the top of the page but i can't find any settings which would cause it.

    2. At the bottom of the page there is an empty space with a the category of the page:  Landingspagina; and a lot of unwanted white space at the bottom of the page

    https://mmi.kaige.nl/hulp-bij-studiekeuze/

  •  8,993
    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):

    body.single-post[data-bg-header="true"] .container-wrap {
        padding-top: 0px!important;
    }
    .post .content-inner {
        padding-bottom: 0px !important;
    }
    .comment-wrap {
        padding: 0px !important;
    }
    .main-content >.row {
        padding-bottom: 0px !important;
    }

    Thanks


    ThemeNectar Support Team 

  • KaigeProductions replied

    Thanks a lot!