Solved

Duplicate Collection title & description

greeney2k1
Shopify Partner
28 1 7

Hi All 

I'm tearing my hair out here, my collection pages have duplicate Titles and descriptions.... how would I remove the unstyled one at the top? 

https://joeaudio.co.uk/collections/turntable-stylus

 

Accepted Solution (1)

LitCommerce
Astronaut
2860 684 735

This is an accepted solution.

Hi @greeney2k1,

Please follow these steps:
- Step 1: Go to Online store > Themes > Actions > Edit code.
- Step 2: Go to Assets > theme.css and paste this at the bottom of the file:
+ If you want to remove the 1st title & description:

.collection .page__header {
    display: none !important;
}


+ If you want to remove the 2nd title & description:

.collection .globo-collection_top {
    display: none !important;
}


Hope it helps!

LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!

View solution in original post

Replies 5 (5)

Ecommpremium
Shopify Partner
512 43 93

Hi @greeney2k1 i think you should go to customizer and look for duplicate description nonstyled?

- Did we solve your issue? Like & Mark As Solution to help the community
- SKYPE: ahsanaliawan
- 300+ Video Tutorials
-Website

Marty
Shopify Staff (Retired)
512 74 103

Hi, @greeney2k1.

Thanks for your message, I would be happy to point you in the right direction. What theme are you using for your shop, are you using a Shopify theme or a third-party theme? If you are using a third-party theme, your first step would be to reach out to the developers of the theme to take a look into this. Just a friendly reminder, if you have manually customized your coding in any way, this may not be something the developers of your theme can help out with, however. If that is the case, your best bet would be to reach out to a Shopify Expert for some additional help or wait for one of our friendly community members who are comfortable with coding to take a look.

Feel free to reach back out here with any further context or questions, we are always happy to chat with our merchants! 

To learn more visit the Shopify Help Center or the Community Blog.

LitCommerce
Astronaut
2860 684 735

This is an accepted solution.

Hi @greeney2k1,

Please follow these steps:
- Step 1: Go to Online store > Themes > Actions > Edit code.
- Step 2: Go to Assets > theme.css and paste this at the bottom of the file:
+ If you want to remove the 1st title & description:

.collection .page__header {
    display: none !important;
}


+ If you want to remove the 2nd title & description:

.collection .globo-collection_top {
    display: none !important;
}


Hope it helps!

LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!
greeney2k1
Shopify Partner
28 1 7

oh my gosh why didn't I think of hiding it in the CSS thats a great idea! 

I have implemented this and it has solved it for desktop view but they still re- appear on mobile view? 

LitCommerce
Astronaut
2860 684 735

Hi @greeney2k1,

I checked and you added the code in @media. Please move it out, everything will work fine for mobile.

Refer https://i.imgur.com/Iver68p.png

Hope it clear to you.

LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!