Navbar Background Colour

Hi guys
I notice this has been an issue elsewhere, I’m happy to do the custom CSS trick to change the background colour of the Navbar. BUT am I just missing something in options - I feel like Background colour would be a colour swab somewhere and I’m just not seeing it. It seems there are toggles for 99% of things otherwise.

Am I blind, or is this a custom CSS fix?

Cheers

Hi Oliver,

Thank you for writing in, you’re right the X is limited on this regards, the Navbar Background Color option is only available to Ethos and Renew stack. The Integrity has a transparency option only, For Icon, yes please use custom CSS below, you can add it to Theme Options > CSS.

.x-navbar-wrap .x-navbar {
	background-color: blue;
}

Cheers!

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