Change The Look Of Mobile Menu

Hi,

Is there any way to change a look of a topbar menu? It’s not vert visible. Are there any options? I can’t find anything.

Hi Rafal,

Thank you for writing in, the topbar background color can be changed under X > Theme Options > Ethos , Topbar Content can be set under Theme Options > Header.

If you want to change the mobile menu color, please add this to Theme Options > CSS

.x-btn-navbar.collapsed,
.x-btn-navbar.collapsed:hover,
.x-btn-navbar:hover {
	color: red;
}

Hope it helps,
Cheers!

Hi dear.

I mean this button on the top of a mobile version? Now actually after I updated to the newest verstion of Xtheme it disappered ;p

Hey Rafal,

Please add the code given by @Friech first so that you will have this layout:

Please let us know how it goes.

I copied and it still looks the same. Menu Button is white.

Hello Rafal,

Please follow the suggestion I have given in your other post.

Hope this helps.

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