What's your biggest current challenge? Have your say in Community Polls along the right column.

Re: how do i remove variant choices from collection page

how do i remove variant choices from collection page

Jojosep
Visitor
3 0 0

Im using the craft theme. I would like to removing the variant collections, both the size and colours from the collection pages

IMG_3750.jpeg

Replies 5 (5)

Beae_Cass
Shopify Partner
447 167 181

Hi @Jojosep ,

Could you please share your store URL and password if it enabled, so that I can help you

Beae - The NextGen Page Builder


- Was my answer helpful? Please hit Like or Mark it as solution!
- Get in touch with us: App Store | Demo Template
Jojosep
Visitor
3 0 0

Sorry but i do not feel comfortable sharing the link. Here is the screenshot 

 

 

IMG_3750.jpeg

Jojosep
Visitor
3 0 0

Hey can you help please 😞

Beae_Cass
Shopify Partner
447 167 181

If you are not comfortable sharing the link here, you can send it via PM, I need to see your code before giving an answer to your problem.

Beae - The NextGen Page Builder


- Was my answer helpful? Please hit Like or Mark it as solution!
- Get in touch with us: App Store | Demo Template
Beae_Cass
Shopify Partner
447 167 181

Hi @Jojosep ,

This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.

 

While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:

1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid file
3. Paste below code before </body>:

<style>
.card__content .globo-swatch-list {
    display: none;
}

button.btn.btn-globo.globo--add-to-cart.globo-ajax-form-cart {
    margin-top: 10px;
}
</style>

Beae_Anthony_0-1694098283884.png

 

Best regards,

Anthony

 

Beae - The NextGen Page Builder


- Was my answer helpful? Please hit Like or Mark it as solution!
- Get in touch with us: App Store | Demo Template