• Resolved charterpilot

    (@charterpilot)


    I would like to change the font weight and size in the service section h2 headings.

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

    (@jmeyer2485)

    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

    weblizar_support

    (@weblizar_support)

    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.