Home › Forums › Jevelin Theme › Mobile hamburger menu open vs closed
Home › Forums › Jevelin Theme › Mobile hamburger menu open vs closed
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.
Cheers
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
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.
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; }
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.
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
Solution for this topic
Then please try just using the below CSS code.
#page-container header.primary-mobile { position: fixed; }
Thank you. Solved.
You are always welcome here 🙂