Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #849958

    Hi there,
    I am trying to setup a homepage, whereas the header, page title and footer are not displayed on desktop version. However, I would like the header/menu to appear when on mobile/tablet view. When I change the page settings to not show header and footer, this is not possible.

    Is there any way to accomplish this? Again, this would be for the homepage only.

    Thank you in advance.

    #850043

    Hey timkeeley,

    You can try CSS like this to see if it works:

    @media only screen and (min-width: 768px) {
    .home #header, .home #footer {
      display:none !important;
    }
    }

    If not, then maybe you could fake a header and footer on that page using Color Section/Grid Row elements? You can select in the element options which screen size you want to show them for.

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.