Hi,
I want to add unique content to my collection pages below the products. This is more information about the collections and to help with the SEO. Can anyone help me with how this is done?
Collection page: https://casualfootballshirts.co.uk/collections/football-shirt-mystery-boxes
I’m currently using the debut theme
Thanks
Simon
Hi,
Thank you for your help
I have added that code and it now duplicates the top information with the bottom - https://casualfootballshirts.co.uk/collections/football-shirt-mystery-boxes
How do I amend just the bottom content for just that collection?
Hi @CasualFootball
Please replace your <div class="bottom_description> by
also if you want to hide top description please add this css at the bottom of your css file.
.rte.collection-description{
display: none;
}
if you want to add extra gap between bottom description and product list please add this css at the bottom of your css file
.bottom_description{
margin-top: 30px;
}
If helpful then please Like and Accept Solution.
Want to modify or custom changes on shopify/shopify plus store
Hire me.
Feel free to contact me on neerajsinghtech001@gmail.com regarding any help.
Hi,
Thank you for your help.
Sorry, but I’m still not sure what to do - how do I edit the bottom content? I still want the top content there as it is now but different content below the products?