Hi,
I’ve been able to customize the accordion to my needs mostly, but I can’t seem to remove the background color on the item heading. I’ve tried using none and a fully transparent rgba value, but it still defaults to white. The code I have follows:
.x-accordion-heading {
color:#212a40;
font-weight:400;
background-color: rgba(255, 255, 255, 0);
}
.x-accordion-heading .x-accordion-toggle {
background-color: rgba(255, 255, 255, 0);}
.x-accordion-heading .x-accordion-toggle:hover {
background-color: rgba(255, 255, 255, 0);
}
help?
the production site is http://zg.cappatagglehost.com/#process
Also, while I have you here, can you please clarify the difference between Custom where you have CSS and Javascript panel, and Additional Css in the theme customiser. Is there any difference between the two. Will one override the other?
Thanks.