Shopify themes, liquid, logos, and UX
In my mobile menu, there are two specific drop down arrow SVGs that I need gone or hidden as there's nothing after.
I am using a megamenu app and unfortunately, I can't use the default shopify menu as it clashes with the app.
I can hide the drop down arrows, but it hides all, which I don't want. I can't seem to find the specific selector/code to hide just 1.
The ones in the circles I need hidden
Thank you
Website preview: https://44qqmmdb3kktdte9-64183730394.shopifypreview.com
Solved! Go to the solution
This is an accepted solution.
Hi @onyx_au
@media screen and (max-width: 768px){
sht-menu-drwer#menuDrawer .drawer__body.js-menu-drawer-body-container > div.drawer__body__container > li:nth-child(1) > ul > li:nth-child(3) > a > span.tmenu_indicator {
display: none !important;
}
sht-menu-drwer#menuDrawer .drawer__body.js-menu-drawer-body-container > div.drawer__body__container > li:nth-child(1) > ul > li:nth-child(4) > a > span.tmenu_indicator {
display: none !important;
}
}
This is an accepted solution.
Hi @onyx_au
@media screen and (max-width: 768px){
sht-menu-drwer#menuDrawer .drawer__body.js-menu-drawer-body-container > div.drawer__body__container > li:nth-child(1) > ul > li:nth-child(3) > a > span.tmenu_indicator {
display: none !important;
}
sht-menu-drwer#menuDrawer .drawer__body.js-menu-drawer-body-container > div.drawer__body__container > li:nth-child(1) > ul > li:nth-child(4) > a > span.tmenu_indicator {
display: none !important;
}
}
Thank you! That fixed it! Took me ages to try find it myself!
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024