Site logo

Archived topic

hide top bar (mobile)

1 reply · Started by afuente26 on March 20, 2021

Viewing posts 1–2 of 2

Hello,

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

Thanks
Angel

Hi there,

try adding this CSS:

@media(max-width: 768px) {
  .top-bar {
    display: none;
  }
}
This archived topic is closed to new replies.