Hello there team!
I am currently working on homodelectus.com, and I am trying to change the background colour of the body of the accordion with the following codes:
.accordion-body.in.collapse .x-accordion-inner {background-color: rgba(171, 192, 231, 0.80);}
.x-accordion-inner {background-color: rgba(171, 192, 231, 0.80);}
And none of them is working. Could you please see what the issue could be here?
Thank you!