Hello, I’m trying to make the heading on the accordion transparent and the font white. At first the css I added in below worked in the preview, but when I saved it, it went back to the default styling. Oddly it worked when I added the hover attribute.
http://44a.48b.myftpupload.com/
.x-accordion-heading .x-accordion-toggle.collapsed {
background-color: none;
color: #ffffff;
}
In addition, I would like to add a line where the 4px margin is, in between each header on in the accordion.
Thank you!