[Resolved] Remove top bar menu on mobile only

Tagged: 

  • Author
    Posts
  • #6502

    Andrew Misplon
    Keymaster

    Hi Ron

    Glad to hear you’re enjoying the theme.

    Add the following to Customize > Additional CSS or your own Custom CSS plugin:

    @media (max-width: 768px) {
    
    	.top-bar-navigation ul {
    		display: none;
    	}
    
    	#top-bar .top-bar-text span a {
    		font-size: 14px;
    	}
    
    }

    Adjust the breakpoint and font-size value as required.

    #11130

    AliPro
    Participant

    ok… an how to disable whole top bar on mobile? 🙂

    #11131

    Andrew Misplon
    Keymaster

    Hi Ali, please open a new support topic here: https://purothemes.com/support/forum/ultra-theme/. I’d be happy to lend a hand.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.

Scroll to top