Colourise a section background

Topic summary

A Shopify store owner needs help adding custom CSS to change the background color of a reviews section on their product pages. The section appears at the bottom of select products that have reviews, positioned below the ‘You may also like’ section.

Key Details:

  • Target color: Light grey background
  • Section location: Product pages with reviews (example: 12-pubs-of-cork-calendar-2025)
  • The reviews section only displays on products that have customer reviews

Proposed Solution:
A community member suggested using CSS targeting the section ID:

#section-id {
  background-color: #333;
}

With instructions to replace the section ID and color code as needed.

Status: The discussion remains open as the original poster has clarified requirements but hasn’t confirmed if the suggested solution works for their specific implementation.

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

Could someone please help me with what Custom CSS code I’d need to add to this section to colour the background?

https://peterotoole.myshopify.com/collections/calendars

Thanks a mill!

Hi @peterotoole on which page you show this section ?

1 Like

please send colour code.

which color you want for this section

#section-id{

background-color: #333;

}

replace the section id on which you want to apply color also change color code with the color you want.

Hi there! Thanks very much for your reply! I will have this reviews section on whatever product has reviews. Not all products have reviews however.

The colour will be a light grey, I can easily customise that later myself.

Hi @peterotoole ,

Can you share which page has the review section and which color you want to change into?

Hi there, so the reviews section appear at the bottom of only a few products depending on whether there are reviews for that product. It appears directly underneath the ‘you may also like’ section on this page for eg https://peterotoole.myshopify.com/products/12-pubs-of-cork-calendar-2025

There is another reviews widget at the very bottom of this page which I am simply trialing out for the moment so that can be ignored.

Thanks for your help!!