Hello
I want to change the weight of bold font only for the paragraph without changing the weight of headers.
How can I do this?
thank you
Hey summersalad!
You can wrap your text inside a Span tag with custom style as following
<span style="font-weight: bold;">Your text goes here</span>
Cheers!
Yigit