How do I get the Collection Description to show under the Product grid but keep the Collection Title at the top of the page? I want this for Mobile only. I am using the Trade Theme. Here is my website.
![]()
How do I get the Collection Description to show under the Product grid but keep the Collection Title at the top of the page? I want this for Mobile only. I am using the Trade Theme. Here is my website.
![]()
You need to do this:
@media (min-width: 750px) {
.rich-text, .rte {
display: none;
}
}
@media (max-width: 750px) {
.rich-text, .rte {
display: none;
}
}
@tim_1 This work but changes it for desktop too and I am only want it to appear like this when viewing on mobile. Any way to can customize it to where on desktop it shows normally and on mobile it shows this was you put ^?
I do not see it applied at your store. This is how it looks in my test store: https://bbkmarket.myshopify.com/collections/all