Hi there,
>I’d like to remove the bold font style from the quote block – is this possible, please? I’ve always used the quote block for a question of the month, and now these look really overpowering. Example in this post: https://feather-stitching.com/2019/04/02/wipocalypse-march-2019/
I see what you mean! The following CSS will remove the bold font style from your quotes. You can add the CSS from your Dashboard by going to Design > Customize > CSS.
.wf-active blockquote {
font-family: "Open Sans",sans-serif;
font-weight: 300;
}
Let us know if anything else comes up :)