Hello,
My shop is: https://36-old-streets.myshopify.com/
pass: 36streets
My mobile site is not showing a dropdown menu. It is to the right of the “cart” text but not visible. However, I can click on it and the dropdown menu appears. Is there a way to make it visible so customers can see what to click? Thank you!
Hi @sundayflea
This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/theme.css->paste below code at the bottom of the file:
.site-header__icons-wrapper svg {
display: inline-block !important;
}
Hope my answer will help you!
@PageFly-Kate Thank you! The menu showed up but unfortunately it altered my pre-set codes. I currently have no icons showing for “search” and “cart” buttons. Is it possible to just add the menu bar for mobile only? While also keeping the words (without the icons).? Thanks again!
Hi @sundayflea
Sure. Because I didn’t understand what you meant before. To do that add the below css code and remove the code I suggested above.
svg.icon.icon-hamburger {
display: inline-block !important;
}
Hope my answer will help you.