Mobile hamburger menu open vs closed

Home Forums Jevelin Theme Mobile hamburger menu open vs closed

Home Forums Jevelin Theme Mobile hamburger menu open vs closed

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    RESOLVED Posts
  • valeirski
    Participant

    Hi,

     

    When i open my mobile menu it gets the hamburger. When its closed it shows the X icon. Also i cannot seem to remove the top black bar. I’m just trying to get the navbar the same as in the desktop version. Transparent background. And the sticky menu with a half transparent background.

     

    http://valercv285.285.axc.nl/

     

    Cheers

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

    Hi @valeirski,

     

    I hope you are well today and thank you for your question.

     

    You can make the mobile menu transparent by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    div#header-mobile {
        background: transparent;
    }

     

    Best regards,
    Shufflehound team

    valeirski
    Participant

    Hi,

     

    thank you for your response. This makes the hamburger dropdown transparant. I’m trying to remove the back top navbar in mobile mode.

     

    Cheers

    To help, I again tried to access your shared site but it is just displaying default theme as shown in the attached screenshot.

     

    Please advise.

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

    valeirski
    Participant

    Hi,

     

    Site has changed to active now.

     

     

    You can achieve this using below custom CSS code.

     

    #header-mobile {
        background: transparent !important;
    }
    
    #page-container header.primary-mobile {
        position: fixed;
    }

    valeirski
    Participant

    Hi,

     

    Thank you, that fixes it. But it also seems to remove the mobile dropdown background…

     

    Cheers!

    I can see the mobile dropdown background as white on your shared site as shown in the attached screenshot.

     

    Please advise.

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

    valeirski
    Participant

    That is the wrong website. I have sent you the link in the info field. I have also changed it back because the website is live..

     

    Cheers

    • This reply was modified 5 years, 2 months ago by valeirski.

    Solution for this topic

    Then please try just using the below CSS code.

     

    #page-container header.primary-mobile {
        position: fixed;
    }

    valeirski
    Participant

    Thank you. Solved.

    You are always welcome here 🙂

Viewing 12 posts - 1 through 12 (of 12 total)