Change body text weigth in Unite

Hi colorlib team,

in order to change the weight of the main text body (Open Sans) I tried

body {
line-height: 1.6;
font-size: 17px;
font-weight: 300;
}

into the custom css. Line-height and font-size seem to work, but not font-weight.

any suggestions for me?

thanks and regards,
Stefan

Hi there

Hope you are having a good day and thank you for your question :slight_smile:
Stefan try something heavier :slight_smile: something like 500 or 600 instead of 300

Thanks!
Colorlib Support Team

Thanks for your super-fast reply, Noda.

While the entry titles and H3 headlines react to changes in font-weigth in the custom css, the “body” does not: I want to change it from 400 to 300/200, but don`t get a reaction.

Are there maybe just two options for body text: bold or normal?

Thanks and best regards,
Stefan

Hello there,

I hope you are doing well today.

You can try adding this CSS to ensure the body font weight is changed:


/*Body font weight*/
body, p {
    font-weight: bold !important;
}

If this does not work, please let us know what area specifically is not working along with the URL of the site as it may need more specific CSS.

Best Regards,
Support

thanks, I got it: the ", p " was missing :slight_smile:

Hello there,

Nice, Is there anything we can help you with?
Otherwise, please let us know so we can close the thread.

Best Regards,
Support

works fine. A BIG thank you!

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support