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

    This is my website and i would like to change the font type and size. Is there any possibility without customizing the coding?

    http://sparberater.eu/faq/#toggle-id-1

    Thanks for answers :-)

    #522297

    Hey bobbymarley25!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    h4.iconlist_title {
        font-size: 24px;
        font-family: arial;
    }

    Regards,
    Yigit

    #522300

    Wow this was damn fast! Answer in about 4 minutes :-) If i update the enfold theme, will this customization still be there or overwritten?

    #522306

    Hey!

    If you keep the code in Quick CSS field, it will not be overwritten. If you added to enfold/css/custom.css file, then it will be overwritten. You can use a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/ and add the code to Style.css file as well :)

    Cheers!
    Yigit

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