All things Shopify and commerce
The main menu on website that links to collections shows product images in the drop down menu. How could i remove that? I see no options on theme editor.
Website www.datlook.nl
Hello @saraseiva
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.
.bundle__link .collection-img {
display: none !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Thanks that worked out, but how do i make it open vertically, have a lot of brands so takes effort to go to the last one..
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.
.swiper-wrapper {
display: inline;
}
.mega-menu-collections__swiper .dash_arrows {
display: none !important;
}
.w-100 {
left: 37%;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
when i do this, also all the product alignement becomes messed up
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025