Shopify themes, liquid, logos, and UX
Hi, everyone,
How do I turn on images of the collections on the mobile layout of the menus?
Attached is a picture of the desktop layout with the images of the collections on each sub-menu item line on the left. However, when I check the mobile layout there's no icon. Can anyone point me how to reveal the image of the collection on the mobile layout?
Website is: theoutdoorarmory.com
Theme: Xtra
Thanks,
Outdoor Armory
Solved! Go to the solution
This is an accepted solution.
You can follow the instruction below:
1. Go to Shopify > Theme > Customize
2. Copy and paste this code on Theme settings > Custom CSS section
@media only screen and (max-width: 1000px) {
#header-outer #nav>ul>li>ul ul li a>.img {
position: static;
width: auto !important;
height: 29px !important;
margin-top: 0;
}
#root #header-outer #nav>ul>li>ul ul li a .img img {
margin-left: 0;
display: block;
transform: none;
margin-right: 0;
}
#header-outer #nav>ul>li>ul ul li a {
display: flex;
}
}
Done
@outdoorarmory desktop and mobile menus are different, mobile menu do not have any code for any icon
This is an accepted solution.
You can follow the instruction below:
1. Go to Shopify > Theme > Customize
2. Copy and paste this code on Theme settings > Custom CSS section
@media only screen and (max-width: 1000px) {
#header-outer #nav>ul>li>ul ul li a>.img {
position: static;
width: auto !important;
height: 29px !important;
margin-top: 0;
}
#root #header-outer #nav>ul>li>ul ul li a .img img {
margin-left: 0;
display: block;
transform: none;
margin-right: 0;
}
#header-outer #nav>ul>li>ul ul li a {
display: flex;
}
}
Done
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