If you like our themes and support, please SHARE our website! https://theme-sky.com/wordpress-themes/

Okay
  Public Ticket #1069570
Remove section
Closed

Comments

  •  2
    Diego Alejandro Quintero started the conversation

    Hello! How can I remove (not hide) this green section which invades the separation between the header and the content. Thank you!

  •  567
    Stormit replied

    Hi Diego,

    You can add the custom css code below

    #main.header-v5
    ,#main > .page-container{
        padding-top: 0;
    }
    

    And remove your custom css as shown in my screenshot.

    Best regards,