Hi @baxter89,
There is no option for adding CSS to the block, but there are some methods to add CSS to any block. May I ask what kind of CSS you want to add to the prefix and the suffix?
Anyway, the default HTML output for the block is:
<div class="wp-block-mfb-meta-field-block">
<span class="prefix"></span>
<span class="value"></span>
<span class="suffix"></span>
</div>
There is an option in the block toolbar to change the whole block to a heading tag (h1,h2,h3,h4,h5,h6), header, footer, p, span.
There is another way to add style to the prefix and suffix is using a core block instead of the prefix, suffix. You can put all of them into a group, row and customize their styles.
Thanks, Phi.
-
This reply was modified 1 year, 7 months ago by Phi Phan.