Hamburger icon still showing over X

Solved

Hamburger icon still showing over X

Luxurymrkt
Globetrotter
771 2 164

 Hi,

 

my hamburger menu icon still shows when menu open 

 

it over Laps the close X 

my site is https://eftfkw-vc.myshopify.com

 

D28850F4-DCDB-40EE-8F5C-4D7CEA47FF01.png

Thank You | mike
Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
10211 2427 3081

This is an accepted solution.

Hi @Luxurymrkt 

Try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes"
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag. 

 

<style>
.menu-drawer-container[open] svg#Capa_1 {
    visibility: hidden;
}
</style>

 

  • And Save. 
  • Result:
    Made4uoRibe_0-1736784056380.png

     

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Reply 1 (1)

Made4uo-Ribe
Shopify Partner
10211 2427 3081

This is an accepted solution.

Hi @Luxurymrkt 

Try this one. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes"
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag. 

 

<style>
.menu-drawer-container[open] svg#Capa_1 {
    visibility: hidden;
}
</style>

 

  • And Save. 
  • Result:
    Made4uoRibe_0-1736784056380.png

     

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.