Archived topic
Text shows up in bold
1 reply · Started by Annebeth on March 15, 2023
There are a few articles on my website where the first paragraph is bold text, but I don't want it to be bold (normal).
For example on this page:
https://www.barcelonatips.nl/self-guided-fietstour/
It's not on all pages.
Any ideas of how to change this? I've tried the block editor, but without success....
Hi there,
this CSS:
.entry-content>p:first-child {
font-weight: bold;
}
Is being loaded on via this stylesheet on your site:
https://www.barcelonatips.nl/wp-content/themes/barcelonatips/css/barcelonatips.css
Dom you know where that comes from.