Responsive header and menu

Home Forums Jevelin Theme Responsive header and menu

Home Forums Jevelin Theme Responsive header and menu

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • travelplanet
    Participant

    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.

     

    Shufflehound
    Moderator

    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

    • This reply was modified 1 year, 7 months ago by Shufflehound.

    travelplanet
    Participant

    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.

    Shufflehound
    Moderator

    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

    travelplanet
    Participant

    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

    Attachments:
    You must be logged in to view attached files.

    Shufflehound
    Moderator

    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;
    }
Viewing 6 posts - 1 through 6 (of 6 total)