Removing collapsible tabs for certain products

Ok so i am STUCK! i have the collapsible tabs on my products but now i am trying to figure out how can i remove it from certain products- for example, i have candles that require the tabs and i have a candle snuffer that does not require the same collapsible tabs that the candles do-- how do i make it when the collapsible tabs are still avail for the candles and remove the tabs for the ones that do not need it?

@ChosenOnes ,

Share the store URL please?

www.chosenonescandleco.com

@ChosenOnes ,

Password

1977

@ChosenOnes

{% if product.title == "candle snuffer" %}

{% endif %}

Add this code in the bottom of main-product.liquid file.

Hi @ChosenOnes ,

You can create another product template for those products in your theme customize then assigns them to this product template

where’s mainproduct liquid located

@ChosenOnes ,

Create a new template for these products & assign the template.

@oscprofessional

i am not understanding when you say creat new template-- i clicked that + sign & the same tabs popped up

i haven’t tried your suggestion yet, but as soon as i get to a computer, ill try it, thank you

what do you mean by template? so i created another product (duplicate) & it still comes up

okay so i did it but only that error is coming-- can you walk me thru how to do it step by step

@ChosenOnes , click Create new template on theme customize

Thank you!! It worked !