Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #588502

    Hi!

    I’m trying to change the font weight on my heading tags and my css won’t work.

    I tried this in my child theme style.css:
    h1, h2, h3, h4, h5, h6 {
    font-weight: 300; }

    But the font weight remains at 600.

    My site

    Any idea how I can get the font weight down to 300?

    Thanks!

    Will

    #588523

    Hey Will!

    Please try adding !important rule as following

    h1, h2, h3, h4, h5, h6 { font-weight: 300 !important; }

    Best regards,
    Yigit

    #588537

    Hi Yigit,

    Thanks for such a quick reply.

    Unfortunately this hasn’t worked, do you have any other solutions?

    Thanks,

    Will

    #588543

    Hi,

    I applied the css in the quick css box in the Theme Options instead of in my child theme and the changes have worked.

    Do you have any idea why the css in my child theme wouldn’t be working?

    Thanks,

    Will

    #589435

    Hey!

    Do you mind creating a temporary admin login and posting it here privately?

    Best regards,
    Yigit

    #589645

    Hi,

    After a while troubleshooting it turns out cloudflare was caching my pages and this was where the problem arose.

    I’ve managed to get everything working again now,

    Thanks!

    Will

    #589764

    Hi!

    Glad it is working fine now. Let us know if you have any other questions

    Regards,
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.