Viewing 4 reply threads
You must be logged in to reply to this topic.
Hello,
I use the accodion settings in the style “Title with Backround”.
However, I’d like to change the color of the plus (+) in the collapsed state, and put a colored round frame.
Can someone explain to me how I can do that? Possibly via CSS?
Thanks.
</span>
Hello,
You can change the color of the circle using this custom css:
.accordion.style_1 .accordion-heading .accordion-toggle:before {
border: 2px solid #cec2ab !important;
}
The plus is actually an image(img/plus.png). See screenshot. Find it in folder img and change it to your wish.
Let us know.
best regards!
One more question. Is it possible to include a Mous-Over effect? So the color changes, sobal over the plus drüber drüber?
You must be logged in to reply to this topic.