Hide Main Bar

Posted about 7 years ago by Ryan Prejean

Post a topic
Answered
R
Ryan Prejean

When I remove all of the modules using the ui composer then the buttons go away, but the black box where they used to go remains. How do I completely remove the main bar?

0 Votes

D

Deleted Agent posted about 7 years ago Best Answer

You can use some custom CSS for that:

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


custom CSS is added via the UI & Layout Composer, custom CSS tab

0 Votes


1 Comments

D

Deleted Agent posted about 7 years ago Answer

You can use some custom CSS for that:

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


custom CSS is added via the UI & Layout Composer, custom CSS tab

0 Votes

Login or Sign up to post a comment