Tagged: Accordion, customizing, enfold, title
Hi
i tried to use one of the solutions in forum to change the size of the tab title inside accordion
#top .aviaccordion-title h3 {
color: #666!important;
}
But it does not. Do you have an idea?
Thx, Oli
Hi heufti65!
Please try using following code
#top .aviaccordion-title h3 {
font-size: 16px !important;
}
the code you used should change its color
Regards,
Yigit
Hi!
Try with this:
.toggler {
font-size: 18px;
}
Regards,
Josue
Hi – great. Works perfect.
Thanks, Josue