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 6 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 Agentposted
about 6 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
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
Deleted Agent posted about 6 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
Deleted Agent posted about 6 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