Font size - Acme Themes

Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #21512
    mariettedietz
    Participant

    Hi,
    The default text font size of this theme is quite small, perhaps it’s also the light grey colour that makes it more unclear. I solved this by using a page builder on most of my static pages. But on the blog page I don’t use the page builder. Is there a quick way to increase the default font size in every blog post? Or to adjust the font colour?
    http://www.dietzcoaching.nl/weblog/

    #21526
    acmethemes
    Keymaster

    Dear mariettedietz,
    Please add the blow css codes inside Appearance > Customize > Additional CSS to make the font size little bit larger.

    .blog .entry-content p {
        font-size: 13px;
    }

    Hope this helps.

    Regards

    #21539
    mariettedietz
    Participant

    Thank you for your quick reply.
    It dit not help, but when I click the help button, it brings me here https://en.support.wordpress.com/custom-design/editing-css/ where it says: “Note: you must have either WordPress.com Premium or WordPress.com Business active on your site to be able to add custom CSS to your site”.

    I have a free version of WordPress, I guess then I cannot change this in the CSS?

    #21564
    acmethemes
    Keymaster

    Dear mariettedietz,
    The link is wrong. You are not using WordPress.Com theme, you are using WordPress.Org theme and every file of theme you have inside your WordPress installation folder. public_html/wp-content/themes So check that file and check your style.css as mentioned above.
    Above css need to put inside Appearance > Customize > Additional CSS of your site. First login to your dashboard, you will get the options.

    #21581
    mariettedietz
    Participant

    Thank you, I have tried again and also changed the style.css.

    I now see the larger font on this page: http://www.dietzcoaching.nl/weblog/ (the blog page overview with short introductions to every blog), that’s great. But when I open a single blog (like this one http://www.dietzcoaching.nl/is-baas-huis-grenzen-aangeven/), the font is still small. Is it possible to enlarge the font in each single blog?

    I’m sorry for asking all these questions, I’m really happy with your help!

    Kind regards,
    Mariette

    #21613
    acmethemes
    Keymaster

    Please add the below CSS codes inside Appearance > Customize > Additional CSS

    .entry-content p, li {
        font-size: 15px !important;
    }

    Hope this helps.

    Thank you

    #24876
    vanginger
    Participant

    Rather than start a new thread, hope it’s okay to add to this one.
    I am trying to make the font larger on our school website – http://www.kirkburtonmiddleschool.co.uk
    I have tried both of the above, but it hasn’t changed the size at all on the pages.. any help appreciated?

    #24934
    Acme Themes
    Keymaster

    Hello vanginger,

    While viewing your page source you have added the CSS inside commented code.
    Please delete everything on Additional CSS and add only the above CSS.

    Thanks

    #24935
    vanginger
    Participant

    Brill thanks. I didn’t realise it was in the commented code, never used the additional CSS part before and wasn’t sure where it placed it. It has worked anyway, thanks a lot!

    #24941
    Acme Themes
    Keymaster

    Glad to know, your problem solved 🙂

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