Viewing 3 replies - 1 through 3 (of 3 total)
  • Luke

    (@danceyrselfclean_admin)

    I’ve not used that theme before but a lot of themes have options to adjust the font size of certain elements.

    If not you can change the font size with CSS. For example:

    p {
        font-size: 16px;
    }
    Thread Starter SeriouslyMedia

    (@seriouslymedia)

    Do I need to replace an existing code with that one? And where do I place that code?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then install this Custom CSS Manager plugin http://wordpress.org/plugins/custom-css-manager-plugin

    Then use its “CSS Code” section of the dashboard to hold your CSS modifications

    Alternatively use your Child Theme style.css file to hold your CSS modifications

Viewing 3 replies - 1 through 3 (of 3 total)

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