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?
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025