• Resolved Killasonna

    (@killasonna)


    The paragraph headings are bold by default. Is there a way to make them normal? i.e. not bold.

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Adding this to your custom css, or your child them style.css

    h1, h2, h3, h4, h5, h6 {
        font-weight: normal;
    }

    should make all used headings not bold.

    Thread Starter Killasonna

    (@killasonna)

    Thanks d4z_conf. I added this to Appearance > Style, but it doesn’t work. At least I don’t think it worked. The headings look like bold to me. See it here: <a href=”https://universityicons.com/2014/03/how-to-take-better-pictures/&#8221;

    Did I add it to the correct place? Thank you.

    @killasonna

    Sorry for the late reply. I totally missed your reply ??
    You disabled the right click, arghhhhh ??
    Anyway, you put this in your child (kid: eheh, funny) style.css

    style.css h1, h2, h3, h4, h5, h6 {
        font-weight: normal;
    }

    It should be just

    h1, h2, h3, h4, h5, h6 {
        font-weight: normal;
    }

    Hope this helps.

    Thread Starter Killasonna

    (@killasonna)

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to change paragraph heading?’ is closed to new replies.