0
heavylog24
Hi there!
Is it possible to disable hover on active accordion head through custom CSS?
The reason I need this - the color on text title on active accordion head should not change with mouse on "hover", otherwise it disappeares on the same-color background of the active head.
I wrote something like that in custom CSS, but I'm bad at CSS so would appreciate your help. Thanks!
#accordions-997 .accordions-head {
active:hover:not([disabaled])
}
2 Subscribers
Submit Answer
1 Answers
Best Answer
0
Welcome to our forum.
If you don't want to hove active, you can select others click event. please see the screenshot
https://imgur.com/a/ufcnGg1
You can also choose active background color for header items
https://imgur.com/a/M6pR1kd
Regards
Glad to see the issue fixed.