---
title: "Update or hide the 'You may also like' section on product pages"
shortDescription: Learn how the product recommendations section works and how to hide it with custom CSS.
articleType: Reference
primaryTopic: you-may-also-like-section
categories:
  - Store Design
  - Products
tags:
  - product-recommendations
  - you-may-also-like
  - custom-css
  - product-pages
  - storefront-display
  - product-discovery
  - hide-section
  - site-customization
tasks:
  - Understand how product recommendations work
  - Hide the You May Also Like section with CSS
  - Review product page layout options
terms:
  - you may also like
  - hide product recommendations
  - product page sections
  - recommended products
  - remove you may also like
  - product suggestions
  - custom css hide section
  - product page layout
labels:
  - product-recommendations
  - storefront-display
  - custom-css
contextString: Available on all plans. Applies to all product pages on your storefront.
breadcrumbPath: "Frequently asked questions > General FAQs > Can I Update or Hide the 'You May Also Like' Section on Product Pages?"
relatedModules: []
last_updated: '2026-03-25'
path: frequently-asked-questions/products-and-shop-features/you-may-also-like-section
---

The "You may also like" section on product pages automatically promotes your latest products from your shop to help supporters discover more items for making additional sales.

## How does the “You may also like” section work?

This section is automatically generated and highlights products from your store to keep your shop feeling fresh and easy to explore.

Because it’s dynamic, it helps supporters discover items they might be interested in, and keeps your storefront updated without any additional manual effort.

## Can I control which products appear?

Currently, product recommendations in this section are fully automated, meaning you cannot manually select or reorder specific products for display.

This is intentional, as it ensures a rotating selection of products to maximize discovery and engagement, without ongoing updates from you.

## Can I hide the "You may also like" section?

There isn’t a built-in setting to hide or remove this section.

You can hide it with Custom CSS if you wish using this snippet:

```
<style>
  #fw-section-product-recommendations-product-default {
  display: none !important;
}
</style>
```

**Note:** Any custom code changes are managed by you. Our team can provide guidance, but ongoing maintenance and updates to custom code are your responsibility.
