How can I alter the product description background color to gray?

How do i change the background color of the product description to gray.

Hi @culipa

This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/section-footer.css->paste below code at the bottom of the file:

.content-container {
  background: gray;
}
1 Like

Thank you, just what i need