DAWN Theme Collapsible Content Background Color (FAQ Page)

Hi there,

On our FAQ page I have added the collapsible content block. However, I would like the background color of the tabs in a different color —> #ECE1D7

Currently it is looking like this:

Looking forward to your help!

Best regards,

Daniel

Hi @myKidsLounge ,

Can you post the store URL?

Hi @Farouk-dev ,

Please see the preview link below:

https://j30xvr8n82a2e1vl-57866322085.shopifypreview.com

Hi @myKidsLounge ,
Try this…

  1. Go to Online Store-> Theme->Edit code

  2. Asset-> base.css ->paste the below code at the bottom of the file.

.collapsible-content .accordion.content-container.color-background-2.gradient {
--color-background: var(--color-base-background-2);
--gradient-background: #ECE1D7 !important;
}

Hello.

I’ve been struggling to create a decent accordion-style FAQ page.

How did you create yours if you don’t mind me asking?

I’d be grateful if you could share instructions/pieces of code.

Thank you