Resolved

Remove top bar menu on mobile only

Ultra Theme started by Ron May 3, 2017 3 replies
Ron May 3, 2017 · 11:11 am #6500

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.

Andrew Misplon Puro May 3, 2017 · 12:10 pm #6502

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.

AliPro Dec 13, 2018 · 11:46 am #11130

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

4 posts