Site logo

[Support request] Text shows up in bold

Home Forums Support [Support request] Text shows up in bold

Home Forums Support Text shows up in bold

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2568371
    Annebeth

    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….

    #2568492
    David
    Staff
    Customer Support

    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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.