Hi,
I can’t seem to find the settings(or correct custom css) which allows us to choose the color of an Accordion’s title’s font when it opened up.
The accordions on my page have the same color for the title’s font and the background color. So whenever I hover on an opened accordion the title becomes the same color as the background and it just disappears.
I’ve also added custom css after reading your responses to questions by other users.
PS: The font of the title when the accordion is open and hovered on is #1DC6DF, and the background color of an accordion when it is open is also #1DC6DF.
CUSTOM CSS (so far)
.spb_accordion .ui-state-hover{
background-color:#E4E4E4!important;
}
.spb_accordion .ui-state-hover a{
background-color:#E4E4E4!important;
}
.spb_accordion .ui-state-active, .spb_accordion .ui-state-default{
background-color:#1DC6DF!important;
}
.spb_tabs .nav-tabs li.active a, .spb_tour .nav-tabs li.active a, .spb_accordion .spb_accordion_section > h3.ui-state-active a {
background-color: #1DC6DF!important;
}