Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi TheBookishOwl,

    Do you mean the pinkish titles on the right ?

    Greetings,
    Adil

    Thread Starter TheBookishOwl

    (@thebookishowl)

    Hi Adil,

    Nope, I mean the italicised fonts on my posts. They’re much smaller than the regular ones.

    Kayla

    Go in your WordPress Admin Dashboard
    Click onm Appearance > Editor.

    Go to line 113,
    Search for:

    em, i {
    font-style: italic;
    font-size: 0.8751em;
    }

    When you’ve found that delete the:
    font-size: 0.8751em;

    Than just save, and your problem has been solved.

    Greetings,
    Adil

    Theme Author alex27

    (@alex27)

    Hello!

    You should never edit theme files, all your changes will be lost during theme update! To make changes use child theme, or in this case CSS Manager plugin and override the styles you want, for example like this:

    em, i {
    font-size: 1em;
    }

    Hey Alex,

    Not every theme will lose changes in the theme files.
    Some themes actually ‘see’ the changes, and won’t lose those.
    You’re right for a little part ??

    Salute!

    Theme Author alex27

    (@alex27)

    Nope, that’s not how the update mechanism work. During theme update, whole theme folder is deleted along with all the files. Maybe you mean themes that have the option to input custom CSS? But that doesn’t require editing theme files directly, so it’s a different case.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to increase the size of the italicised font?’ is closed to new replies.