Accordion Tab title

Hiya,

I would like to change the font size and color of my accordion tab (not the accordion title : see image) using custom css in BeTheme css builder. I added .accordion-title to the custom CSS item and the following css to the BeTheme builder:
.accordion-title {
font-size: 20px;
font-weight: bold;
background: red;
}
imageimage image
This changes my accordion Title and not the tab and the content within the tab.
Please could you advise.

Comments

Sign In or Register to comment.