Answered

How can I hide the main bar


image


I do not use modules but it turns out here, how can I remove it?


  • You can hide the main bar with CSS:


    .fpd-mainbar { display: none !important; }


Login or Signup to post a comment