Ludachris

Customer
I found the setting to add the logo to the navbar and it works fine, but I was wondering if it's possible to make it so that when you enable the logo in the navbar it replaces the "home" icon/text. This way, all of the sub-nav links get associated with the logo instead of the home icon. It seems like there should be one or the other, having both doesn't make sense.
 
I probably won't make it automatically do it, we just had a thread where a user wanted to link the logo to a different page other than the Home.

But you could add some CSS to hide the home link:

Code:
.p-nav-list .p-navEl-link[data-nav-id="home"] { display: none; }

Or... you could just disable the home tab via the public navigation, but this would hide it in the off-canvas menu as well.
 
That code will hide the home tab, but how would I move the sub-nav links associated with the home tab to display under the logo? I don't want to lose those links.
 
Last edited:

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back