Archived topic
Medium bold body text
3 replies · Started by Barbara on September 12, 2019
Viewing posts 1–4 of 4
Hi, I find the bold text too bold and would like to make it more like a medium bold. Can you maybe give me a CSS that would allow me to control that? It's for the text on this page:
http://seaandlight.com/about-photographer/
Thank you!
Best,
Barbara
Hi there,
Give this CSS a shot:
b, strong {
font-weight: 500;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know :)
Perfect, thank you!
No problem :)
This archived topic is closed to new replies.