Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #233147

    Hey,

    I want to make the body text inside the accordeon’s on my site smaller, but only the body text inside the accordeon’s. How do I have to do this? :)

    Greetings

    #233255

    Hey ZenzeMedia!

    You can use this on Quick CSS, this is for the accordion content:

    .toggle_content {
    font-size: 11px;
    }

    And this is for the toggle title:

    .toggler {
    font-size: 12px;
    }

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.