Tagged: ,

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

    Hi there!

    I’ve got a website: akosbalogh.com, and I’m wanting to change the font in two areas:

    1) The main blog content;

    2) The widgets on the side (e.g. ‘recent posts’ etc).

    Just wondering how I do that?

    Sincerely,

    Akos Balogh

    #435072

    Hey AkosBalogh!

    Please try the following in Quick CSS under Enfold–>General Styling:

    .entry-content{
    font-family:Georgia !important;
    }
    
    h3.widgettitle{
    font-family:Georgia !important;
    }

    Regards,
    Rikard

    #435096

    And how would I change the size of the font of the blog content?

    #435813

    Hi!

    You can use this:

    .template-blog .entry-content p {
      font-size: 16px !important;
    }

    Regards,
    Ismael

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