HI,
do you have a solution to set another color for the content background than the tittle background color of the accordion?
For example: the title background of the closed accordion is red – now also the background of the content of the open accordion is red, but nic would be a light gray so the text is better to read.
In enfold accordion settings ai just can define the title and the font color.
Thank you for helping!
Hey Stefan,
Could you post a link to where we can see the actual element please?
Best regards,
Rikard
Hi link is in pvt content
Hi,
Thank you for the update.
The color of the accordion content should be white by default. Did you add this css code?
#top .av_toggle_section .av-inherit-font-color * {
color: #f8f8f8;
}
You can override it by adding this code in the Quick CSS field.
#top .av_toggle_section .av-inherit-font-color * {
color: #ffffff;
}
Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
Ismael
Hi Ismael,
yes this CSS is from me for the font color of the content and that’s ok. But i need to change the background color from red (for example) to white.