I’m having same issue. Check out footer in:
https://thedenverhospice.org/staging/
I would like to install this on several websites so a quick fix would be great!
@aragaller
Hi, I see you set the element in the settings to html. Do things work when you change it to body? That element has a fixed font-size to 14px, the rest of the content elements seem to use percentages.
@slizwp
Hi, I see you changed to a different plugin. I hope things work better for you this way.
When I click on the different font sizes I don’t see any changes to any fonts. My theme uses Divi so not sure if you plugin is compatible with that? Yes Divi is very responsive platform I know I have text/fonts targeted by certain pixel sizes.
Ehm, we are missing communication here 🙂
Can you go to Settings > Zeno Font Resizer ?
There you can set the HTML Element. By default it is set to html, probably setting it to body will make it work. I do see some text strings are going wrong, but it should still be discoverable.
Hello, I changed the setting as you suggested and it does seem to be changing some text elements but not all. Any suggestions on how to fix? I also noticed in the code that the small option typically decreased the size but I would rather like the small font to be the default text size and to go up from there. Is that possible? Where could I change that setting?
Hi,
I see the top-menu has a fixed font-size in px. You could contact the developers of the theme and talk about using different values for those menu elements.
Not sure if this will do what you need, but you could add Custom CSS to the Customizer:
body {
font-size: 14px;
}