Changing background color in the Rich Text section of Product page

I added a Rich Text section on my Product Page and I would like to change the background color. I have the Impulse theme.

Can someone help me?

Thank you

1 Like

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

1 Like

Hi @Julie-Chantal

Welcome to Community.

You will need to use CSS to set the background color. But to do this, you will need to know the necessary classes and use them only on the product page. This option is suitable if the background settings for rich text are not present in the theme itself.

If you send a link to your store, we can prepare the styles for you. You will need to say what color you want to add.

Hope that suits you.

Kind Regards.

2 Likes

Thank you for your help.

My store is : https://juliechantal.myshopify.com/

And the password is : Galactica9

please Go to Online Store->Theme->Edit code then go to Asset->/theme.css ->paste below code at the bottom of the file.

#shopify-section-product-story-sections{
   background-color: #dbdbdb;
    padding: 12px 0px;

}
1 Like

Great! Thank you so much for your help! :slightly_smiling_face: