First: thanks for this theme. Best deal I made at themeforest so far :).
I am about to finish my customization, but stumbled upon a problem with the toggles / accordions element. I already made a hover effect for the background and font color. Works perfect with this code:
.js_active .toggler:hover {background-color: #c00000 !important; color: #ffffff !important;}
What I haven’t found out: How can I apply these changes to the active toggle element? As for the tab elements this was no problem, because an “active class” is provided.
Hi!
You should be able to change the color with
.activeToggle.toggle_wrap {
background-color: #c00000 !important; color: #ffffff !important;
}
and
.main_color .toggler.activeTitle{
background-color: #c00000 !important; color: #ffffff !important;
}
Best regards,
Peter