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

    Hi,
    I wounder where to change the font size of main content text and headings, since I couldn’t find it in the enfold settings: styles.
    Thanks in advance!

    Olli

    #196043

    Hey olbert123!

    You can use this on your custom.css or Quick CSS:

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

    There are lots of heading elements on the theme, which would you like to change? You can change the main title or heading using this:

    #top .alternate_color.title_container .main-title a {
    color: black;
    font-size: 15px;
    }

    Regards,
    Ismael

    #199567

    Thank you for the reply.

    How do I change the size of the heading of the icon boxes.
    TIA

    Olbert

    #199568

    Hey!

    Please add following code to Quick CSS and adjust as desired

    .iconbox .iconbox_content .iconbox_content_title { font-size: 20px; }

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Font Size’ is closed to new replies.