Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #386384

    Hi, I would like to know how I can increase the font size in an accordion element? Thanks.

    #386474

    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

    #386498

    Thanks.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to increase the text size inside an accordion element?’ is closed to new replies.