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 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:
Hi @myKidsLounge ,
Try this…
Go to Online Store-> Theme->Edit code
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