Top nav bar is white on mobile

Hello,

The top nav bar is dark grey on desktop, like this…

But on mobile it’s white, like this…

Is there a CSS or something i can do to keep the background dark grey on mobile?

Thanks for any help.

Hi @justinmarine,

Thank you for writing in, please add this to Theme Options > CSS

@media (max-width: 767px) {
	.x-topbar .p-info {
		background-color: transparent;
	}
}

Happy holidays,
Cheers!

Thanks so much!

You’re most welcome, happy holidays.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.