Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #272872

    How do I change the font size for the content?
    Thanks

    #272899

    Hey VictoriousC!

    Thank you for using the theme!

    You can add something like this on Quick CSS or custom.css:

    body, body p {
    font-size: 15px;
    }

    You can also change some of the font style on Enfold > Advanced Styling panel.

    Regards,
    Ismael

    #273089

    Thank you Ismael.

    Another question:
    Is there a way to change the font size to a certain section in the content? For example: The regular content size font is 15 there is a small section that I would like to change to 12 – is that possible?

    THANKS!

    #273178

    Hey!

    You can turn on custom CSS field for Avia Layout Builder elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
    give the element you would like to use a custom CSS class and add following code to Quick CSS

    .your-custom-class { font-size: 12px !important; }

    Regards,
    Yigit

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