Text font size

I feel like I am losing it. I have two text items in a container, and when I go to the next breakpoint I want them to get bigger. I thought I could go to the next breakpoint and click on little link (Turns Blue) and then I could increase the font size from 3xl to 5xl and it would not effect the lower breakpoint. That is not working for me. I uploaded the project, which was imported from Classic, and most items removed That menu and page header will be on all pages, so I thought a global and then using global override would work, but it did not either. If seeing the classic site would be helping, it is: https://www.stpatrickshigh.com/

elementsapp://downloadDocument/vFIloLvVpkoG

I thought maybe it was the Google font was using, but can not do it with the regular fonts either. I just want the two text fields to be 3xl on phone and 4xl on on the next breakpoint..etc.

The reason this is not working is that you have also configured the text with some inline properties. To get it to work, you will need to select the text you entered, which will cause the inline text property inspector to be shown. At the bottom of the property list, there is a button to “Clear Formatting.” Once you do that for both pieces of text, it starts working as expected when you set the size at different breakpoints.

Here is an example of why the font size on Breakpoint is needed.

Thank worked, not sure how I got the inline in there, but all fixed. Thank you so much Robin.

1 Like