Hi @Everyone i want to hide price on collection grid Home Page but i am not able to apply this can you guys help.
this is my store url : https://jamaatelier.com/
Hi @jama
If that section does not have some specific setting for hiding the price, you can use this CSS code.
.price-list {
display: none;
}
You need to copy this code to that, featured collection section in the Custom CSS setting.
Great it works thank you.
can you do one more favour to me.
sure, I mean you can open a new topic but it is fine here also.
thanks, i want to add different size chart for every single product how can i do this
Well by every single product is a bit tough. Do you really need that detailed and size chart different for each product?
If you really need that, maybe there is a way with product metafields. You cam maybe store sizechart as image and then define a metafield to hold the image and later display on the product page.
But ususally size charts can be grouped by type of product, so you could have 5-6 different one. Then you can use different product page templates and split product. Custom coding with meatafields again, but a bit differently, or by using tage.
Saw one similar topic before; there was a paid app too
Hello. I am having a coding issue. My size chart link should only show on the product page of my hoodies, tshirts, sweatshirts and jackets but it is showing on all my product pages - #14 by Easify-Ariel @Easify-Ariel
Actually I am using this app already but i want to show size chart in table format that’s why I want to you to help me for this feature by code. by meta field I have tried but I don’t know why its not working.