• ericotavares

    (@ericotavares)


    Hi again – I posted a related issue earlier and despite the helpful answers could not fix my problem. In any event, this one should be easier to address (I think)

    Does anyone know how to reduce the size of the font in the theme? My pages and posts have really big letters as I would like to reduce their size

    Thanks
    Erico

Viewing 15 replies - 1 through 15 (of 19 total)
  • WPyogi

    (@wpyogi)

    There’s really no way to help with CSS without seeing your site.

    Thread Starter ericotavares

    (@ericotavares)

    WPyogi

    (@wpyogi)

    And which font where? Also, do you have custom CSS set up? That’s necessary to make changes to CSS.

    Thread Starter ericotavares

    (@ericotavares)

    sorry, not sure I know the answers to these questions. I just downloaded the theme and started using it. If you click in any of the bubbles that will show you the current page font size

    WPyogi

    (@wpyogi)

    You cannot make changes to theme files – they will be erased when the theme is updated – so the way around that is to use a custom CSS plugin such as Custom CSS Manager. Install that first.

    Do you want the text smaller or the heading(s)? Or both.

    Thread Starter ericotavares

    (@ericotavares)

    Both, if possible

    WPyogi

    (@wpyogi)

    Do you have the plug installed and activated?

    WPyogi

    (@wpyogi)

    Once that’s done, add this to the new CSS section of the plugin – and change the size according to what you like.

    .entry-title, .entry-title a {
        font-size: 3.2rem;
    }
    
    .entry-content, .entry-summary {
        font-size: 1.8rem;
    }
    Thread Starter ericotavares

    (@ericotavares)

    Now it is

    WPyogi

    (@wpyogi)

    See the above post.

    Thread Starter ericotavares

    (@ericotavares)

    Thanks a lot for this

    Thread Starter ericotavares

    (@ericotavares)

    one last question, if I may. I am in the editor of the plug-in. in which part of it do I add this code?

    WPyogi

    (@wpyogi)

    Under Appearance > Custom CSS Manager – there’s a blank box – copy the code there.

    Thread Starter ericotavares

    (@ericotavares)

    done. how do I reduce the font size using this?

    WPyogi

    (@wpyogi)

    add this to the new CSS section of the plugin – and change the size according to what you like.

    EDIT- the numbers are the size of the font.

Viewing 15 replies - 1 through 15 (of 19 total)

The topic ‘Changing font size’ is closed to new replies.