Shopify themes, liquid, logos, and UX
Hi, I'm using the Prestige theme and would like to hide the "All" tag on my blog page, but keep the other three tags. The code I've tried is hiding all of them.
The url is atlanticsoapco.com and it's on the "Find Us" page.
Thank you!
Solved! Go to the solution
This is an accepted solution.
yes please try this code
.Blog__TagList li:first-child {
display: none;
}
yes please try this code
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.
ul.Blog__TagList.HorizontalList.HorizontalList--spacingExtraLoose {display: none;}
Thank you @KetanKumar -
Is there a way to only target the "All" tag and leave Collabs, Events, and Stockists?
That code causes all of the tags to disappear.
Thanks!
This is an accepted solution.
yes please try this code
.Blog__TagList li:first-child {
display: none;
}
its my pleasure to help us
User | RANK |
---|---|
163 | |
141 | |
70 | |
66 | |
55 |
Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023In this blog, we’ll be shining a light on Shopify Partners, Experts, and Affiliates. Who a...
By Imogen Sep 13, 2023