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

    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

    #363813

    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

    • This reply was modified 9 years, 11 months ago by Elliott.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.