Hide Top Bar in Header at specific breakpoint

I’m building http://optiformsinc.com/

I’d like to hide the Top Bar in the Header bar at mobile (768 px). Can you guys help me with the code for that?

Hi Jcduron,

Try adding the following to your custom CSS.

@media (max-width: 768px) {
  .fl-page-bar {
    display: none;
  }
}

Thanks,
Danny

Thanks Danny, that did the trick.

No problem, Jcduron.

Happy to help and thank you for informing us the issue has been resolved. We appreciate it.

Thanks,
Danny