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.
Hey intosuwo!
Please use this:
.toggle_content {
font-size: 12px !important;
}
.js_active .toggler {
font-size: 12px;
}
Cheers!
Ismael
Hi Ismael,
So good, so fast, thanks a lot.
Regards Intosuwo