Hello, is it possible to set the accordion title in bold and the content of the accordion as normal text?
Thanks for helping!
Hi @Luisgasser;
try to add these lines (with your custom size of text) in to Quick Css field your child theme styles :
/*SET THE SIZE OF THE TITLE OF THE ACCORDION*/
#top .aviaccordion-title h3{font-size: 24px !important;}
/*SET THE SIZE OF THE TEXT OF THE ACCORDION*/
#top .aviaccordion-title p{font-size: 15px !important;}
Hey!
@Luisgasser let us know if that solves the issue for you, or if we can help you do anything else
Best regards,
Basilis
Hi,
thank you for helping – but it doesn’t work.
I’ve found it – maybe for some other people:
p.toggler {
font-weight: bold;
color: #a1c138 !important;
}