Hi team, I am trying to have title box in blue and then the content on white with blue letters. Can we apply that using CSS ? I tried and the content is always taking the title box background. this is my test page. Thanks G
Hey aruizhuidobro,
Thank you for the inquiry.
Yes, the custom background color is going to be applied to both toggle title and the toggle content. To adjust the style of the toggle title directly, try to use this css code.
#top .togglecontainer .av_toggle_section .single_toggle .toggler {
background-color: #9cc2df;
color: #fbf3e4;
}
Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
Ismael