Need help changing background color on FAQ accordian boxes

Solved

Need help changing background color on FAQ accordian boxes

stephwiley
Tourist
5 0 3

Hi, I am trying to change the color of the background on our faq accordian boxes to match our current blue (as shown in website header): 23BFD0. I've been able to change the text color to white, but haven't figured out how to change the blue. Please see screenshot. 

Current theme is Fresh

website: tommyscookieco.com/pages/faq

shopify.jpg

Accepted Solution (1)

namphan
Shopify Partner
2586 335 382

This is an accepted solution.

Hi @stephwiley,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

.accordion--faq-wrapper .accordion-container .accordion-content {
    background-color: var(--header-background) !important;
}

result:

Screenshot.png

Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com

View solution in original post

Replies 6 (6)
stephwiley
Tourist
5 0 3

Thanks for your help. I tried it but it didn't change the color. I went into the inspect section to see if I could find out the class but I haven't been able to figure it out. 

simontomkins
Tourist
4 0 1

Hey Steph!

Try this bit of CSS:

main .accordion--faq-wrapper .accordion-container .accordion-content summary,
main .accordion--faq-wrapper .accordion-container .accordion-content .Faq_Content {
	background: #23bfd0;
}


Go to Shopify Admin > Online Store > Themes > Customize > Theme settings. Add the CSS in the Custom CSS section and click Save.

 

Hopefully that works.

 

Cheers,

Simon

Building and designing eCommerce apps and websites for over a decade.
CommerceGurus Size Guides - fully accessible size charts

Dan-From-Ryviu
Shopify Partner
11561 2263 2447

Please add this code to Custom CSS in Sales channels > Online Store > Themes > Customize > Theme settings.

accordion--faq-wrapper .accordion-container .accordion-content {
    background-color: #23BFD0 !important;
}

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

namphan
Shopify Partner
2586 335 382

This is an accepted solution.

Hi @stephwiley,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

.accordion--faq-wrapper .accordion-container .accordion-content {
    background-color: var(--header-background) !important;
}

result:

Screenshot.png

Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com
stephwiley
Tourist
5 0 3

thank you so much! it worked - really appreciate the help.

namphan
Shopify Partner
2586 335 382

Hi @stephwiley,

You're welcome and happy to help 😊

Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com