I'm facing a problem in tablet and mobile view , when I click the gurger icon a white transaprant b

I'm facing a problem in tablet and mobile view , when I click the gurger icon a white transaprant b

hiba665
Tourist
10 0 4

Hello sir I need your help , I'm facing a problem in tablet and mobile view , when I click the gurger icon a white transaprant backaground aprears instead of the menu , help me please to solve it 

here it is my website I used dawn them : https://www.cozmic.me/ 

 

Replies 2 (2)

PageFly-Richard
Shopify Partner
4661 1068 1725

Hi @hiba665 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
.header__icon--menu[aria-expanded=true]:before {
display: none !important;
}
</style>

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly 

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

hiba665
Tourist
10 0 4

Thank you so much , the problem was in the code I ensert it to make the website from RTF when arabic language is selected  , I found the soloyion here : https://community.shopify.com/c/shopify-design/hamburger-menu-on-mobile-isn-t-working/m-p/2626283