remove "with this product also buy" section

Topic summary

A Shopify store owner encountered an unwanted “With this product also buy” section appearing on their desktop product pages after adding items to cart. The section displayed empty grey boxes instead of products.

Solution Provided:

  • Add CSS code to hide the section: .also_like_prod { display: none; }
  • Location: base.css file in the theme’s code editor
  • Access path: Shopify Admin → Online Store → Theme → Edit Code → Search for base.css

Outcome:
The CSS solution successfully removed the problematic section. The original poster confirmed it worked perfectly.

Follow-up:
Another user (Nu89) expressed interest in adding this same feature to their website, indicating ongoing interest in the opposite functionality.

Summarized with AI on November 10. AI used: claude-sonnet-4-5-20250929.

Hello Everyone,

Ihavean issue with my store - on the desktop version only. There is a section under the product, once I add to cart that shows : With this product also buy," followed by grey boxes and empty products:

Can someone istruct me how to remove this? I’ve been searching for days and can’t find it. Much appreciated!

Hi @kishustore

Could you please provide your Store URL and, if applicable, the Password too? So that I can provide you solution specific to your store.

Best Regards,

Sahil

the store site is getkishu.com

Hi @kishustore Thanks for providing the URL. Please add this code in base.css file.

.also_like_prod {
    display: none;
}

If you are not sure where is your base.css file please follow the steps:

  1. Login in shopify admin.
  2. Click on the Online Store.
  3. Then click on the button next to Customize in Refresh Theme.
  4. Click Edit Code.
  5. Search Base.css in the code in left hand side.
  6. Add the code given above.

Result:

If you need any assistance then please feel free to ask the same.

Hopefully it will help you. If yes then Please hit Like and Mark it as solution!

Best Regards

Sahil

1 Like

I want to express my gratitude for your assistance. Your guidance worked perfectly and I am extremely thankful for your help.

Hi @kishustore I am happy that the solution worked for you, and if you need any other assistance then please feel free to ask the same.

Best Regards

Sahil

1 Like

Hello,

I want that section for my website, how to add it?