Hi,
there are six default colours viable to use in accordion panels, is it possible to add some more?
I tried to add a colour on my own, and edited the stylesheet by just adding new lines using the exact same syntax used in the other lines:
“.panel-new > .panel-heading,”
and
“.panel-new > .panel-heading {
background-color: #323095;
}”
But sadly it did not work.
I also tried to add another icon and additional space between the icon and the title of the accordion panel by just replacing some of the existing code:
“.panel-heading .accordion-toggle:before {
/* symbol for “opening” panels */
font-family: ‘icomoon’; /* essential for enabling glyphicon */
content: & nbsp; “\e62b“; & nbsp; /* adjust as needed, taken from bootstrap.css */
color: #fff;
font-size: .813em;
}”
That did not work aswell.
I am sure that I have just missed to change something, since I am not that much into coding.
It would be realy nice of you could help me, thanks in advance!