How can I change the color of the collapsible content row in Dawn Theme?

Hi, can someone help me to change the color of the collapsible content row so that the background color of the content is different from the “General Shipping” boxes.

I want to make the “General Shipping” Box color stays as is, but the content to have a different background color, for example gray or lighter color. I’m using Dawn Theme

Hello @gabygaby12 ,

Follow these steps:

  1. Go to Online Store → Theme → Edit code

  2. Open your base.css file and paste the following code below:

.product__accordion .accordion__content { 
    background-color: #f00 !important;
}

You can change the color code a/to your need.

Thanks

Hey @gabygaby12

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

Best Regards,
Moeed

Hello @gabygaby12

Please provide your store URL so I can review it and provide a solution.

I am trying to do the same thing. However when I paste this code in, and change it to the color I want, nothing seems to happen.