Question
I already removed Sign In and Submit a request links from my help center header. I don't have a community. When users shrink the browser window size or access the help center from a mobile device, a navigation menu icon appears. How can I hide that menu icon, since there are no options to select from?
Answer
To hide the navigation menu icon entirely, remove its block of code in the header.hbs template of the Copenhagen theme.
- In Guide, edit the code of your help center.
- Open the header.hbs template.
- Remove the following lines of code from your template:
<div class="nav-wrapper-mobile">
<button class="menu-button-mobile" aria-controls="user-nav-mobile" aria-expanded="false" aria-label="{{t 'toggle_navigation'}}">
.........
</ul>
</nav>
</div>
- Select Publish.
Note: If your theme has been customized or if you do not use the Copenhagen theme, these instructions may not apply. Contact your theme developer.
For more information, see this article: Customizing your help center theme.