soflyy / oxygen-bugs-and-features

Bug Reports & Feature Requests for Oxygen
https://oxygenbuilder.com/
314 stars 29 forks source link

Global heading size changes per breakpoint #2036

Open nitchcreative opened 3 years ago

nitchcreative commented 3 years ago

I can set the font size for my headings in the global settings panel. However, I cannot set different font sizes based on my breakpoints. So if I set my H1 font size at 60px, then it remains that size for tablet and mobile, which is far too large. I assumed that when I clicked the breakpoint icon and changed to tablet mode, that I could then update my global heading size. But this didn't work, and the heading size then adjusted at all widths. It would be of great value to be able to adjust global heading sizes for all breakpoints.

I understand that I could accomplish this in a CSS style sheet, but then I end up with heading sizes in two different places in my code, which makes it more difficult to track down which style is set where. I would prefer to use the Oxygen interface, instead of putting code in multiple places.

pmatusz commented 3 years ago

If you use classes to set font sizes instead of global settings, you will find it easier to manage and your designs will be more consistent.

flo-glass commented 3 years ago

I believe this is a great feature