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

    Hi,
    I want to reduce the font-size on the tabs an toggle to 12px; I tried a lot of things in my custom css but i can’t recieve what i want.
    The only thing that works now is an inline style, but there must be a better way i think.

    #223989

    Hey intosuwo!

    Please use this:

    .toggle_content {
    font-size: 12px !important;
    }
    
    .js_active .toggler {
    font-size: 12px;
    }

    Cheers!
    Ismael

    #224007

    Hi Ismael,
    So good, so fast, thanks a lot.

    Regards Intosuwo

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Reduce font-size’ is closed to new replies.