• I am in development stage but client has requested a plugin to change font size. I have installed but its not changing font size.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • 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!

    Plugin Author Marcel Pol

    (@mpol)

    @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.

    Plugin Author Marcel Pol

    (@mpol)

    @slizwp
    Hi, I see you changed to a different plugin. I hope things work better for you this way.

    Thread Starter aragaller

    (@aragaller)

    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.

    Plugin Author Marcel Pol

    (@mpol)

    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.

    Thread Starter aragaller

    (@aragaller)

    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?

    Plugin Author Marcel Pol

    (@mpol)

    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;
    }
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Plugin not working’ is closed to new replies.