Product options

Product options appear on the home page, making the layout less appealing. I want to hide them from the home page only.

Can anyone help me?

https://blumpie.com/en

1 Like

@Line91 Can you please share this page link?

Hello @Line91

Welcome to the Shopify Community! Please share your store URL and password (if it’s password-protected), so I can check and provide you with the exact solution.

2 Likes

Hello
Thanks
https://blumpie.com/en

1 Like

@Line91 this home page do not have option, can you please enable for any one?

Hey there @Line91 You should follow the clearly outlined steps in this blog post here https://bsscommerce.com/shopify/how-to-hide-product-on-shopify/ and see if it works for you.

1 Like

Hello @Line91

  1. From your Shopify Admin, navigate to Online Store > Themes > Edit Code
  2. In the Assets folder, open base.css and add your CSS code at the end
.products-arrivals .product-collection__options {
display: none;
}

Hi, no show here

Thank you. I added that and it never changed.

Hello
Thank you
Unfortunately, it’s not suitable for me

Hello
Thanks
done

1 Like

Hello @Line91

  1. From your Shopify Admin, navigate to Online Store > Themes > Edit Code
  2. In the Assets folder, open global.css and add your CSS code at the end
.products-arrivals .product-collection__options {
display: none!important;
}
2 Likes

@Line91 please add this css to the very end of your base.css file and check,
Shopify Admin → Online Store ->Theme → Edit code → base.css

.product_section.collection_carousel_product .product-collection__options{display: none !important;  visibility: hidden;}

Hello @Line91
And in which file have you added the CSS?

2 Likes

Thanks, unfortunately nothing new

@Line91 it worked, I see like this, please clear cache and check

Thank you very much.
It’s already been resolved. > I made a mistake in the file name (the last solution is correct).

But I have a small problem now: the options are not appearing in the pop-up.

2 Likes

Hello @Line91

The code to display options in this popup hasn’t been implemented. We’ll need to add that code, and for that, I will need access.

1 Like

Thank you very much. What do you need so we can solve the problem?

1 Like

Hello @Line91
Could you please provide the collaborator access code for your store?

1 Like