Hi,
I need to adjust the text size in <p> and
I’m targeting specific pages with .page-id-xx and have tried .toggle_content { font-size: 11px}. Also tried with page id and toggle_content invers-color but can’t get it to change.
Could you please tell be what CSS I specifically need to target/change?
Thanks
Hi akmhou ;
have you tried with :
#top .aviaccordion-preview h3{ font-size: 11px}
#top .aviaccordion-preview p{ font-size: 11px}
@begrafiks & Yigit,
Thanks for your replies. I tried the CSS modifications but they didn’t change the font size.
I created a custom class in my child theme CSS and applied that to divs within each accordion container. That worked. It may not be the most efficient way but it does the job.
Yigit, please mark this as resolved.