[Resolved] Secondary nav label display

Home Forums Support [Resolved] Secondary nav label display

Home Forums Support Secondary nav label display

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #568046
    Tamara

    Hallo,

    I’ve created a ‘secondary nav’ on the left sidebar showing items from ‘Categories’. I’d like the secondary nav to display a Label/Title (just like Widgets do). I’ve seen the mobile version shows only the secondary nav Label. I cannot find the way to show the label when navigating from a desktop browser.

    Appreciate any help I can get

    Tamara

    #568071
    David
    Staff
    Customer Support

    You can add this CSS to display the label on desktop, it also removes the hamburger icon:

    @media (min-width: 1024px) {
        .menu-toggle.secondary-menu-toggle {
    	    display: block;
        }
        .menu-toggle.secondary-menu-toggle:before {
    	    display: none;
        }
    }

    Documentation: http://docs.generatepress.com/
    Adding CSS: http://docs.generatepress.com/article/adding-css/
    Ongoing Development: https://generatepress.com/ongoing-development

    #568074
    Tamara

    Fantastic!

    Thank You so much!

    Tamara

    #568077
    David
    Staff
    Customer Support

    Glad i could help!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.