Currently the product title and product quantity is on top of product images and i want them removed but i don't know how.
Tried to add the following code to theme.css file that i found in the community discussion.
But it didn't work. Can anyone help me with this?
Thanks a lot!
(code that i paste in theme.css)
.collection-grid-item__title {
display: none !important;
}
Solved! Go to the solution
Hello,
Please share your site url.
So that I can check and let you know the exact solution here.
hi,
can you share the URL so that I can solve your issue !
This is an accepted solution.
Hello,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.css.liquid
#shopify-section-collection-template .section-header.text-center {
display: none;
}
User | Count |
---|---|
13 | |
11 | |
8 | |
7 | |
7 |