Archived topic
Messed up my navigation on Dispatch
1 reply · Started by kunal on February 15, 2019
Guys, I did something messed up. You know on the homepage theres a gray bar secondary menu (below the photo grid). Initially I deleted it, because I didn't need it, but then I found a better use for it - I just wanted to put text in it.
Questions, for your review:
(1) Right now I got the grey bar navigation back. But now, it's showing up on all my posts. I don't want that, I just want it on the homepage.
(2) I actually only want to put some text, I don't actually want the navigation feature. I just would like to put our company phone and email (which is there right now), but is there a way to add to the text, such that when I click on actual phone number, it will launch the phone number in your phone?
Thanks
Kunal
Hi there,
the secondary nav is hooked in using the Elements > Hook --> Secondary Nav, where you can change the display rules to only the Front Page.
You can edit the HTML being used to display whatever you like ie.:
<div class="grid-container custom-bar">
<!-- add HTML here -->
</div>
The custom-bar class can then be used to style the content with CSS.