Motion Theme: How do I remove variant options from collection page?

I would like the variant options to be removed from the collection page, but remain on the individual product page. I can’t remember if code was used or if it was an option I selected when I was editing the theme. How do I do this? Thanks.

@Taj29

Please share your website URL and password if any. I will check and provide a solution here.

Thanks!

Hi, dmwwebartisan, my site url is https://www.cozibode.com/

Thanks.

@Taj29

Did you do the coding for this or you just enabled it from the admin?

Because we can disable it via some CSS code but it won’t work.

LEt me know.

I can’t remember if it was in the admin or coded. I’m still researching how to remove it.

@Taj29

Please add the following code at the bottom of your assets/theme.css file.

.template-collection .custom-selection { display: none;}

Hope this works.

Thanks!

Thank you so much! This worked. Have a great day.