Shopify themes, liquid, logos, and UX
Greetings,
Building a new site and wanting to customize the free Venture theme. I have 3 collections. I am building out the collections now. Each product will have the name of the actual product listed in the image. So, I'd like to have the actual title NOT showing on the page, just the price.
How do I do that?
I want to remove the titles here, but keep them visible on the product page itself.
Solved! Go to the solution
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.scss.liquid file.
.template-collection .product-card__info .product-card__name {
display: none;
}
Hope this works.
Thanks!
Please share your website URL and password if any. I will check and provide a solution here.
Thanks!
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.scss.liquid file.
.template-collection .product-card__info .product-card__name {
display: none;
}
Hope this works.
Thanks!
This worked PERFECTLY!!
Now I have another question: So now that I have only the price showing. Any tips to mimize the white space under the image? Also, I want to bold the price and make it a little bigger.
Link: https://www.byefeefee.com/collections/dispute-validation-letters
Please add the following code at the bottom of your assets/theme.scss.liquid file.
.template-collection .product-card__price {
font-size: 1.3em;
}
.template-collection .product-card__image-container {
height: 163px !important;
}
Hope this works.
Thanks!
hi, i got this to work but I only want to remove the titles for one collection page. can someone give me the extra info i need to do that? thanks!
User | RANK |
---|---|
136 | |
94 | |
88 | |
60 | |
50 |
Connect your PayPal account to allow your customers to checkout using the PayPal gateway a...
ByYour online store speed can enhance your store’s discoverability, boost conversion rates a...
ByShopping is at our fingertips with mobile devices. Is your theme optimized to be user-frie...
By