Okay
  Public Ticket #1928286
first page header
Closed

Comments

  •  1
    raphael zribi started the conversation

    I want to delete the first page header, 

    The only way that I found how to do it is to activate fullscreen row. 

    By using it every row become a page - I don't want that. 

    Is there a simple way to do it ?

  •  3,028
    Andrew replied

    Hi,

    To remove header from first page you can use custom css in the page settings. Example CSS.

    header#top{
      display: none !important;
    }
    

    Regards