Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #438310

    Hi,

    I need to adjust the text size in <p> and

      inside accordion containers. I tried identifying the CSS with Firebug but just couldn’t get it right.

      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

    #438386

    Hi akmhou ;
    have you tried with :

    #top .aviaccordion-preview h3{ font-size: 11px}
    #top .aviaccordion-preview p{ font-size: 11px}
    
    #438585

    Hi!

    Please refer to @begrafiks post above

    @begrafiks
    thanks :)

    Cheers!
    Yigit

    #439158

    @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.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Accordion Container Text Styles’ is closed to new replies.