Shopify themes, liquid, logos, and UX
I Need The X To Show On The Menu Slider To Close It, It’s Only Showing On The Cart Page. Thanks 🙂
Solved! Go to the solution
This is an accepted solution.
Seems like you hide it before. Check this one.
@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;
}
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Seems like you hide it before. Check this one.
@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;
}
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
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 🙂
Oh, I thought its not working. 😅 Welcome.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025