I have tried multiple variations of color settings on the accordion and can’t find a way to get a different background color for the content section.
It currently looks like this: https://nimb.ws/RxnrXG
I want the content section to be white. See link in private content.
Hey Tiffany,
Thanks for the screenshot. Could you post a link to where we can see the actual elements as well please?
Best regards,
Rikard
Please see link in private content
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.toggle_wrap .toggle_content {
color: #000;
background-color: #fff;
}
Best regards,
Rikard
I tried that as well as
.toggle_container .toggle_content {
color: #000;
background-color: #ffffff;
}
Any other suggestions?
Hi,
Please try this CSS instead:
.toggle_wrap .toggle_content {
color: #000 !important;
background-color: #fff !important;
}
Best regards,
Rikard
That worked! Thank you very much!
Hi tiffanytnttobol,
I’m glad that Rikard could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko