Home › Forums › Support › secundary navigation position › Reply To: secundary navigation position
October 31, 2015 at 12:11 am
#149097
Lead Developer
Lead Developer
I updated the code above which should fix the title thing: https://generatepress.com/forums/topic/secundary-navigation-position/#post-147596
This CSS will remove the standard nav and then display the widget nav:
.secondary-navigation {
display: none;
}
.widget_text .secondary-navigation {
display: block;
}
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development