Hide "All" Tag on Blog (Prestige Theme)

Solved
christinedevs13
Tourist
3 0 3

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!

Accepted Solution (1)
KetanKumar
Shopify Partner
36688 3633 11881

This is an accepted solution.

@christinedevs13 

yes please try this code

.Blog__TagList li:first-child {
    display: none;
}
If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Replies 5 (5)
KetanKumar
Shopify Partner
36688 3633 11881

@christinedevs13 

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;}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
christinedevs13
Tourist
3 0 3

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!

KetanKumar
Shopify Partner
36688 3633 11881

This is an accepted solution.

@christinedevs13 

yes please try this code

.Blog__TagList li:first-child {
    display: none;
}
If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
christinedevs13
Tourist
3 0 3

Amazing thank you @KetanKumar!

KetanKumar
Shopify Partner
36688 3633 11881

@christinedevs13 

its my pleasure to help us 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing