Change Colors of accordion
Hello,
i need to change the colors of the accordion.
The vertical lines, the plus and minus icon and the Headline when selcted.
The only CSS I could find till now is:
.accordion .question,.accordion .question.active .title,.accordion .question .title:before {border-color:#289ace;}
That's the way it looks now:
http://prnt.sc/dxkpqm
That's how it should look like:
http://prnt.sc/dxkq92
Hope you can help me.
Best Regards
Eric
i need to change the colors of the accordion.
The vertical lines, the plus and minus icon and the Headline when selcted.
The only CSS I could find till now is:
.accordion .question,.accordion .question.active .title,.accordion .question .title:before {border-color:#289ace;}
That's the way it looks now:
http://prnt.sc/dxkpqm
That's how it should look like:
http://prnt.sc/dxkq92
Hope you can help me.
Best Regards
Eric
Comments
to change these colors, you need to use the following css:
.. Thank you!
I added the following CSS to color the headlines of the accordion as well
.accordion .question.active .title { color: #289ace !important; }
just in case somebody might need it :-)
plus and minus icons if they are not selected. Where must the CSS code
be inserted? If i insert this on the accordion widget, nothing would be
changed.
+++ Im sorry, i found it Thank you +++
The link to the page: http://edl.auto-edl.de
Best regards
Lang Michael