I have a number of products that only have 1 Colour option - for this condition, is it possible to hide the option title and selector without upsetting the Shopify Google Shopping feed or Google’s ability to read the colour directly from the site?
I am not sure about the Google stuff but you can add a check with if condition in your theme code to hide the title and option where a product has only 1 option
Yes, I guessed it would be a logical test in the code but whilst I may understand the solution if I saw it, I struggle to implement such a change in what looks like a fairly complex area of code - can you give me a pointer as to how to approach this in the Impulse theme?
there’s two things either you can give me collaborator access to the store and i will do it for you and also explain you what i did. or you can send me the code main-product.liquid file or product-variant-picker.liquid or variant-picker.liquid file . the other option could a bit tricky. the thing is impulse is a paid theme and i am on a development store which does not allow me to add edit code for paid themes. also the code bases are a little different for paid and free themes.