-
-
Hello, please help me to show the Header-Menu within the mobile Version of the page:
-
Update: in the meantime I found the settings for the menu. But now I can choose between two bad options. Either I have the menu for PC I want (all the Words next to each other) and no menu at all for mobile OR I have the Hamburger Menu at mobile AND PC, which is fine for mobile but kinda strange for PC. I actually expect to define here different types of menu for mobile or PC. I want the regular menu on PC and the Hamburger Menu on mobile. Other Themes do that automatically.
-
-
Hello,
The mobil emenu icon is there but happens to be white. So with the white background, you do not see it.
Add this code into your custom css box:.cl-mobile-menu-button.cl-color-light span { background-color: #232122 !important; }
Change the color to your wish.
Best regards!
-
Ah…. cool… that helped. Now I have a regular Menu on the normal size pages and hamburger on mobile. :)
But for mobile, is there a way to change the menu font color within the overlay as well? At the moment it is black on gray. I like the grey background, but i would like to have a lighter font. But I don’t want it to effect the ofter menu font color.
-
Hello,
Yes, sure. Just add this code too:
.cl-mobile-menu nav > ul > li > a { color: #ffffff !important; }
Edit the color to your wish.
Best regards!
-
Hm… this seams not to be working. I entered:
.cl-mobile-menu-button.cl-color-light span {
background-color: #383838 !important; }
.cl-mobile-menu nav > ul > li > a {
color: #ffffff !important;}but the text is still black on my mobile and not white.
-
Hello,
I checked your site and the Custom Css box in General > Custom Codes, is empty. I already added the last code here and the mobile menu drop-down font is already white. Please clear cache and check your site.
Let us know.Best regards!
-
You must be logged in to reply to this topic.