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!!!
User | RANK |
---|---|
74 | |
72 | |
63 | |
61 | |
41 |
As a business owner, have you ever wondered when your customer's first impression of yo...
By Skye Jun 6, 2023We're excited to announce improvements to the threaded messaging experience in our communi...
By TyW May 31, 2023Thank you to everyone who participated in our AMA with Klaviyo. It was great to see so man...
By Jacqui May 30, 2023