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

    Is there a CSS Code or an easy way to change a particular accordion title font size?

    #244601

    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

    #255374

    Awesome that works!!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to change the Accordion Title Size?’ is closed to new replies.