Tagged: "page sidebar navigation"
I want on some sites your excellent Page Sidebar navigation and on some other sites a custom menue.
I have made a custom menue, than a custom sidebar with the custom menue. But also the default sidebar navigation appears.
Can I change this, that only the custom menue appears?
Hey wigldesign!
Thanks for getting in touch with us!
Could you please provide a link to a page as an example and login details to your site, so that we can have a closer look. You can place the information in the Private Content section of your reply.
Regards,
Jordan
Hi Jordan,
see Seiten – Entwurf – Noch mehr Möbel.
In the sidebar I have the default navigation and my custom navigation. But I want on this side only the custom navigation.
Regards
Alfred
Hi,
use this code in Quick CSS field:
.page-id-4086 nav.widget.widget_nav_menu.widget_nav_hide_child {
display: none;
}
Best regards,
Andy
Hi Andy,
great job! Thank you.
Alfred