Site logo

[Support request] hide top bar (mobile)

Home Forums Support [Support request] hide top bar (mobile)

Home Forums Support hide top bar (mobile)

  • This topic has 1 reply, 2 voices, and was last updated 5 years ago by David.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1703487
    afuente26

    Hello,

    Is it possible to hide to top-bar but only on the mobile version?

    Thanks
    Angel

    #1703671
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    @media(max-width: 768px) {
      .top-bar {
        display: none;
      }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.