Change background color for FAQ
Hi support,
How can I change FAQ background color to be same like https://themes.muffingroup.com/be/theme/shortcodes/content-blocks/#faq
Mine is currently looking like this https://pmohandbook.com/faq/
I searched the forum and found this code. But this code will change the whole background. I want to have 2 different colors, for the numbering and for the questions.
.faq_wrapper .question{
background:aqua !important;
}
Comments