Viewing 2 replies - 1 through 2 (of 2 total)
  • In your child theme or CSS editor thry this code:

    h2 {
        font-size: 35px; <--- Edit size and remove these arrows
        font-weight: 300; <---
    }
    h2 b {
        font-size: 18px; <---
        font-weight: 200;<---
    }

    Hope this helps

    Hi,

    Did the above solution work for you.

    Thanks

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

The topic ‘Changing Font Weights and size’ is closed to new replies.