How to change rich text heading font size

Is it possible to change the heading font size in a rich text box? I know it can be done under the theme settings but ‘small’ is too small and ‘medium’ is too big. Is there a code to adjust this in between?

https://fleurelleflowers.myshopify.com/

@smander

You can use this code below.

h2.rich-text__heading.rte.h1 { font-size: 32px!important; }
1 Like