How can I remove the default variant from product pages?

Hello,

I use Tradevine to import products to my shopify store. When I left the “Variant Options” (see 1st screenshot) blank it will show “default” on my product page. I don’t want the “default” area on my pages. (see 2nd screenshot)

Do you know how can I remove or hide Default Variant on all of my product pages? Thank you!

Hello @salelink ,

It’s the GemPages Support Team and we are glad to assist you today!

Could you please share your store URL ( with the password if your store password is enabled ) then I can see and suggest something for you?

Best regards,
GemPages Support Team

Hi Team @GemPages

it’s

https://salelink.co.nz/

Hi @salelink ,

I would like to give you the recommendation to support you so kindly follow the steps below:

  1. Go to Online Store > Theme > Edit code of your current theme

  1. Open your theme.liquid theme file

  2. Paste the below code before


Let us know how it works for you.

Best regards,
GemPages Support Team

Hi @salelink

This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

Online Store ->Theme ->Edit code

Assets ->Theme.css

.tt-swatches-container.tt-swatches-container-js {
   display: none !important;
}

Hope you find my answer helpful!

Best regards,

Victor | PageFly

Hi Team @GemPages

Seems it works, partially. I can see it’s hidden on a PC, but it still shows “default” on the other PC. Not sure why? :thinking:

![[Y6L3B3]_DYU7FE8_6)VER.png|767x571

![%_]4Z]42([email removed]

@salelink you can try our code

Hi @PageFly-Victor

Tried but unfortunately it doesn’t work..