Hello,
I’m sorry about the title of this message. I think your help is great, especially for dumbos like me.
I’ve seen many times the CSS-snippet::
body { font-size: 16px; }
I do understand it, changing font size all over.
But I like to change the font size in a content element, like “Accordion”.
Can it be done by a CSS-snippet? I tried some HTML inside Accordion, but that doesn’t work.well.
Thanks
Regards
Jan-Hein
Hey blauwoog!
First off do this, http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/, and then add a class to your accordion.
You can then use some custom CSS to style that specific accordion like so.
.my_class .toggler, .my_class .toggle_content { font-size: 20px !important; }
Cheers!
Elliott