[Resolved] Remove top bar menu on mobile only

Tagged: 

  • Author
    Posts
  • #6500

    Ron
    Participant

    Great Theme! Thank you.
    Is it possible to remove the top bar menu (on the right) on mobile phones only?
    (But leave in the social menu bar with phone and email)
    Also – How to make the phone text bigger on mobile.

    #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 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.

Scroll to top