Home › Forums › Jevelin Theme › Responsive header and menu
Home › Forums › Jevelin Theme › Responsive header and menu
Hello,
I have some troubles with my menu.
When i use my website on my Iphone, the Dropdown menu does not appear.
Nonetheless I see my header but the menu is npt visible. it seems that it goes behind the page.
Hi there,
Please try to add this custom CSS to your website:
header.primary-mobile { z-index: 1001!important; }
Let us know if that works! 🙂
Best regards,
Shufflehound team
It did ! Nonetheless a problem remains : When i am on a page and I want to see it on te menu : the font color is white … Thus I cannot read the name of the page.
Hi there,
Did you manage to fix it? As it seems that it is working just fine now.
We only noticed that the mobile logo isn’t loading correctly as it isn’t updated to your current domain.
Best regards,
Shufflehound team
I’m sorry, my explanations may be bad. Here is a picture of my problem.
Inside the red squares, something is written but it’s white when I click on it.
Thank you for your help
Oh, now we understood the issue.
Not sure why that is happening, but you can try this custom CSS:
body .sh-nav-mobile > li a:hover { color: inherit!important; }