Shopify themes, liquid, logos, and UX
To continue receiving payouts, you need to secure your account by turning on two-step authentication. If two-step authentication is not turned on your payouts will be paused. Learn more
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;
}
User | RANK |
---|---|
126 | |
95 | |
77 | |
58 | |
46 |
Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022Shipping can be one of the most vital parts to set up and manage your business. Understand...
By Ollie Dec 16, 2022