Is there a CSS Code or an easy way to change a particular accordion title font size?
Hey!
Try the following:
p[data-fake-id='#toggle-id-1']{
font-size: 24px !important;
}
Where toggle-id-x would be the numerical ID of the toggle.
Best regards,
Josue
Awesome that works!!!