How to remove images showing on main menu dropdown

How to remove images showing on main menu dropdown

saraseiva
Tourist
10 0 2

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

Replies 4 (4)

GTLOfficial
Shopify Partner
784 162 172

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
22.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh
saraseiva
Tourist
10 0 2

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..

GTLOfficial
Shopify Partner
784 162 172

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
26.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh
saraseiva
Tourist
10 0 2

when i do this, also all the product alignement becomes messed up