badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Nav bar and buttons colours issue

#69089

Hi @todor-dimitrov23,

To hide the top nav-bar on mobile view please go to ‘Appearance > Customize > Additional CSS’ and paste the below custom CSS Code.

@media (max-width: 767px) {
	.info-bar {
		display: none;
	}
}

And could u please share us your Site Url so that we can figure out the issue regarding parent menu color.

Thanks