Hi, I would like to know how I can increase the font size in an accordion element? Thanks.
Hi DROR!
Use the following:
.single_toggle .toggler {
font-size: 20px !important;
}
.single_toggle .toggle_content > p {
font-size: 20px !important;
}
Best regards,
Günter
Thanks.
