(free version). The plugin is amazing. Thank you.
I am trying to change the background color of the active selected item from default Blue to Black, using the following CSS but its not working. Any suggestions?
(css is added to the custom scripts area)
Thank you.
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
border: 1px solid #003eff;
background: #000000;!important
font-weight: normal;
color: #fff;
}
Hi, to change the active item background color, you don't have to write CSS. When editing your Accordion, you can find an option called Active background color under the Style section. Kindly follow my screenshot -
https://i.imgur.com/Q8svh1p.png
Glad to know that it fixes the issue for you, Would you mind giving us your rating? It’ll inspire us a lot.
You can post your review and rating here:
https://wordpress.org/support/plugin/accordions/reviews/
Thanks.