“X” Not Showing On Menu But Showing On Cart Page (Dawn Theme)

Solved

“X” Not Showing On Menu But Showing On Cart Page (Dawn Theme)

Attractivist
Excursionist
50 0 4

IMG_7620.jpeg

IMG_7618.jpeg

I Need The X To Show On The Menu Slider To Close It, It’s Only Showing On The Cart Page. Thanks 🙂

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
9567 2279 2828

This is an accepted solution.

Hi @Attractivist 

Seems like you hide it before. Check this one. 

  1. From you Admin page, go to Online Store > Themes
  1. Select the theme you want to edit
  2. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  3. Then place the code below at the very bottom of the file.

 

@media only screen and (max-width: 767px){
.header__icon--menu svg.icon.icon-close {
    top: -50px;
}
#shopify-section-sections--19037698294063__header svg.icon.icon-close {
    display: unset !important;
}
.header__icon--menu svg.icon.icon-close {
    z-index: 5;
    fill: black;
    
}
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1719680912382.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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 3 (3)

Made4uo-Ribe
Shopify Partner
9567 2279 2828

This is an accepted solution.

Hi @Attractivist 

Seems like you hide it before. Check this one. 

  1. From you Admin page, go to Online Store > Themes
  1. Select the theme you want to edit
  2. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  3. Then place the code below at the very bottom of the file.

 

@media only screen and (max-width: 767px){
.header__icon--menu svg.icon.icon-close {
    top: -50px;
}
#shopify-section-sections--19037698294063__header svg.icon.icon-close {
    display: unset !important;
}
.header__icon--menu svg.icon.icon-close {
    z-index: 5;
    fill: black;
    
}
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1719680912382.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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Attractivist
Excursionist
50 0 4

Yeah, When I Added The Custom Menu Icon, It Was Showing An X On Top Of The Menu Icon & I Got It Removed But It Worked. Thanks 🙂

Made4uo-Ribe
Shopify Partner
9567 2279 2828

Oh, I thought its not working. 😅 Welcome. 

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.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.