How can I remove unwanted product options from Default Title?

At some point I’ve selected options / variants on a product then decided I did not want them.

This has left the dialogue box ‘Default Title’ (above ‘Add To cart’) with no options and I can’t get rid of it.

Can anyone help?

page: https://aboc.co.uk/products/blaze

@DaveClark ,

select#ProductSelect-product-template-option-0 {
    display: none;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->timber.scss.liquid

@DaveClark

select#ProductSelect-product-template-option-0 {
    display: none !important;
}

Add this code in the bottom of timber.scss

  1. Navigate to Online Store->Theme->Edit code
  2. Asset->/timber.scss ->paste below code at the bottom of the file.
  3. Save it.

Thanks. There were 2 assets with that name. I did both and it worked on the blaze:

https://aboc.co.uk/products/blaze

But it removed the options/variants on other products, eg:

https://aboc.co.uk/products/smoking-woodchips

The problem is only with the product Blaze. I want to retain the options on some products.

I have deleted the inserted code.

I think there is something in the code for blaze that makes it think it has options but there are none.

Thanks for that. There is no ‘timber.scss’ but there is a ‘timber.scss.liquid’. See notes other solution offered but that did not work either.

@DaveClark ,

Yeah, add the code in ‘timber.scss.liquid’

here were 2 assets with that name ‘timber.scss.liquid’. I did both and it worked on the blaze:

https://aboc.co.uk/products/blaze

But it removed the options/variants on other products, eg:

https://aboc.co.uk/products/smoking-woodchips

The problem is only with the product Blaze. I want to retain the options on some products.

I have deleted the inserted code.

I think there is something in the code for blaze that makes it think it has options but there are none.

that is not a solution.

It removes the options/variants on other products, eg:

https://aboc.co.uk/products/smoking-woodchips

The problem is only with the product Blaze. I want to retain the options on some products.

I have deleted the inserted code.

I think there is something in the code for blaze that makes it think it has options but there are none.

@DaveClark We have the same problem. Did you find a solution? Thanks!

Hi. No, never got sorted and I put in the CSS without success. I could delete and re-add the product but I don’t want to do that.