Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #309944

    Is there a way to change the font sizes throughout the enfold site with ease?

    Kevin.

    #309948

    Hi CoolPenguinSays!

    Please see – http://kriesi.at/documentation/enfold/change-the-default-font-size/
    You can also go to Enfold theme options > Advanced Styling tab and adjust some elements individually

    Regards,
    Yigit

    #309975

    That’s great, but I would like to increase the menu font size, as well as fonts in wigits like recent posts?

    #310225

    Hi!

    Try using the Inspect Element in Chrome to get the codes to alter the elements you want, for example to change the menu items size:

    .avia-menu li a {
        font-size: 22px;
    }

    Regards,
    Josue

    #310335

    Thanks Josh, I had tried it but when inspecting I could not find the relevant class. Then made me asked the question if Enfold had an inbuilt font size changer. Do I use the standard css editor and if so which css file for Enfold?

    #310337

    Hi!

    You can add your custom CSS codes to Quick CSS field which is under General Styling tab in Enfold theme options

    Regards,
    Yigit

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