Thanks for your quick reply. However, when I do this it seems to undo all the formatting from your plugin including the box around each faq, and just revert to my standard blog settings for font size, regardless of what sizes I choose.
Sorry I’m not that knowledgable on CSS. I’m just looking to make the h3 and p tags a little bigger, to 25px and 20px, but keep everything else the same
Any suggestions?
For example, I’ve tried the following
.example .h3 {
font-size: 25px;
}
.example .p {
font-size: 20px;
}
Then I copy “example” into the CSS class box in the block setting in the editor (I’m using WordPress and Gutenberg)