Enlarging text in a text box

It appears that enlarging the size function does not go larger than 8. Is that correct? How to make larger?

image

I want the $85 larger

image

Did you try to add the size to the other part of the text as well. like size=8 for ‘Purchase Includes:’ part?

No, I’m trying to make the $85 larger than the rest of the text.

Ok, I will just show you instead:

Editor: Forum Test App | Bubble Editor

Preview: https://testapp42wcleandb.bubbleapps.io/version-test/enlarging_text_in_a_text_box?debug_mode=true

Then the text is smaller than I want. I don’t want to make the text smaller, I want the numbers larger.

Use html element with modifications along the lines of:

It appears that enlarging the size function does not go larger than 8.

Unless a size is specified in the rich text editor it is unlikely to be supported.

HTML gives you the freedom to specify your style at a much more granular level.

So basically I would break up this display into two text blocks and an html element in between them, or 1 text block and an html element in an align to parent group with enough space between Your and Purchase to fit $85. Its probably important ‘to bring to front’ the $85 as well.

Yeah, I figured just break the sentence into 3 text elements.