Shopify themes, liquid, logos, and UX
Hello Shopify,
I'd like to remove some pics and texts from the dropdown menu on Brooklyn theme website.
Site; www.marwood.life
The pics (and texts associated with the pics) are under the menu items; TIES and ACCESSORIES.
I've attached an image showing the accessories ones (the same would be done with the ties one).
Apparently, I have deleted the images but not the code lines...
Please let me know if you need any extra info.
Many thanks,
BJaneF
Solved! Go to the solution
This is an accepted solution.
.grid--full .grid__item .site-nav--init .site-nav--has-dropdown:nth-child(2) .site-nav__dropdown ul.mega-menu .large--one-third .grid .grid__item >a >span {
display: none;
}
.grid--full .grid__item .site-nav--init .site-nav--has-dropdown:nth-child(5) .site-nav__dropdown ul.mega-menu .large--one-third .grid .grid__item >a >span {
display: none;
}
hello @BJaneF
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
.header-wrapper .grid--full .grid__item .site-nav--init .site-nav--has-dropdown:nth-child(2) .site-nav__dropdown ul.mega-menu .large--one-third .grid .grid__item >a >img {
display: none;
}
.header-wrapper .grid--full .grid__item .site-nav--init .site-nav--has-dropdown:nth-child(5) .site-nav__dropdown ul.mega-menu .large--one-third .grid .grid__item >a >img {
display: none;
}
Brilliant Natztech! Many thanks...one more thing, the texts are still there.
Is there a way to remove them as well??
Thanks again,
BJaneF
This is an accepted solution.
.grid--full .grid__item .site-nav--init .site-nav--has-dropdown:nth-child(2) .site-nav__dropdown ul.mega-menu .large--one-third .grid .grid__item >a >span {
display: none;
}
.grid--full .grid__item .site-nav--init .site-nav--has-dropdown:nth-child(5) .site-nav__dropdown ul.mega-menu .large--one-third .grid .grid__item >a >span {
display: none;
}
Many thanks!!!
My store has the Shapes theme and I want to simplify our navigation menu and just show the names of collections and not include the images. How can I remove the images from showing?
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025