Okay
  Public Ticket #1681815
fullscreen rows
Closed

Comments

  • clpublications2243 started the conversation

    how do I remove the logo and navigation from the fullscreen rows. I don't want it to be fixed.

  •  2,744
    Andrew replied

    Hi clpublications2243,

    Apologies for the late reply.

    It's not really possible from the options that are available.
    For a specific page with the fullscreen rows enabled you can try and add CSS to hide the header area on the page settings section of the page builder. See attached screenshot of what we mean.

    Then use CSS like this:

    #header-outer, #header-space{
        display:none;
    }
    

    Hope this helps.