Hi there,
I have a navbar on menu with white background.
When I see my web site on mobile, I cannot see the icon (three little horizontal rows) on the corner to open menu window. Thats because these rows are… white.
How I can change their color in, i.e. black?
Tnx,
Francesco
Hello Francesco,
Thanks for writing in!
Please add following CSS under X > Theme Options > CSS:
.masthead-inline .x-btn-navbar {
color: #000 !important;
}
1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g
2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI
Thanks.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.