On one of my product descriptions the font is really tiny and barely readable. I have seven other products that are completely fine but for some reason nothing I do changes it. The text looks the same when I’m editing it in the production page, and all my text is selected as paragraph, but on the desktop/mobile it is tiny.
I’ve tried:
.product__description.rte.quick-add-hidden p { font-size: 1.2rem !important; } .footer-block__details-content.rte p { font-size: 1.3rem !important; }
and
html { --font-body-scale: 1.3 !important; } body { font-family: Arvo; }and its done noting to change the size of the description above
