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

    Hello again,
    Thanks for all your help!
    How do I change the SIZE of the text on the body of my site? I see under Theme Options > Styling that I can change the font itself, but where can I make it bigger/smaller?
    Cheers.

    #204854

    Hey NaturaIntegrativeMedicine!

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

    body { font-size: 16px; }

    as written here http://kriesi.at/documentation/enfold/change-the-default-font-size/
    You can take a look at new Enfold documentation here http://kriesi.at/documentation/enfold/

    Regards,
    Yigit

    • This reply was modified 10 years, 2 months ago by Yigit.
    #207958

    Hi
    I am new to css but learning. I have a couple of questions:

    >I would like to change the font & font size of the titles in the thumbnails of the portfolio grid.
    I added this to the quick css but don’t see the change, and need to also change the font.

    .slideshow_container .portfolio-title .main-title{
    font-size: 25px !important;
    }

    ?
    thanks

    • This reply was modified 10 years, 2 months ago by Munford.
    #207984

    Hi!

    Please add following code to Quick CSS instead

    .grid-entry-title {
    font-size: 16px; }

    You can go to Enfold theme options and change fonts under Styling tab

    Regards,
    Yigit

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