Hi John, sorry to bother you. I am having the same problem with the font color…
This is what I typed in my CSS file but while the accordion title got bold, the color remains black and it is not changing at all:
/* All titles */
.arconix-accordion-title {
font-family: ‘tahoma’!important;
background-color: #eae4dd !important;
color: #736450 !important; font-weight: bold!important;
}
/* Active accordion title */
.arconix-accordion-title.current {
}
/* Mouse-over accordion title */
.arconix-accordion-title:hover {
}
What am I doing wrong?
Thanks!