• Hi!

    Thanks for the great theme.
    I want to change the font-weight of my header title, but whatever I do, it doesn’t get any slimmer.

    I added the following to my custom css:

    .text-slider .maintitle {
    	font-weight: 100 !important;
    }
    h1, h2, h3, h4, h5, h6 {
    	font-weight: 100 !important;
    	color: #fff !important;
    }
    h2 {
    	display: block;
    	font-size: 1.5em;
    	font-weight: 100 !important;
    }

    It’s a bit thorough maybe, but it’s still not working.
    What to do?

    Thank you in advance!
    Roxanne

Viewing 6 replies - 1 through 6 (of 6 total)
  • Using your code as an example, I was able to modify my sliders. I might do some more changing but now I know how. Thanks!!!

    .text-slider .maintitle {
    font-size: 60px;
    color: #000000 !important;
    }

    .text-slider .maintitle {
    font-weight: 800 !important;
    }

    .text-slider .subtitle {
    /* font-size: 40px; */
    font-size: 5em;
    font-weight: 800 !important;
    color: #000000 !important;
    }

    Great info! Is this resolved? It all works?

    it is resolved for me.

    Excellent!. Thanks for replying to me. You can mark this resolved, and you saved me a post. Cheers!

    I’m still having the same problem! I’d like to change the font-weight of my header title, but adding the above codes to a child-theme hasn’t changed any of it.

    Any tips on what to do?

    My website is: daniellevandekemenade.com

    Hello @daniellevdkem,

    The suggested code, font-weight: 800 !important; won’t work, because it doesn’t meet the font style which is specified in the fonts settings (Appearance > Customize > Fonts). Please replace the current setting of “Body fonts” > “Font name/style/sets” with the following:

    Source+Sans+Pro:400,700,900,700italic,900italic

    Regards,
    Kharis

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Font-weight of header title’ is closed to new replies.