• Hi all, for some reason my font has changed size to very small throughout my website. Does anyone have an idea what could have happened please,. I started changing one page manually via the customize tab

    Here’s an example page

    https://wesbaun.com/privacy/

    Thanks in advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @gorhad, I hope you are doing great,

    On a plain website with the Primer theme, no plugins active, and content up to date I was unable to replicate the issue. I noticed that there is a conflict on your website though that affects all plugins and themes.

    It appears that a plugin(Zeamster for Woocommerce) overrides the default font value of your HTML root element and sets it from 16px to 10px.

    You can try using this code and inserting in your theme’s Additional CSS section as a temporary fix:

    html {
       font-size:16px;
    }

    However, I would suggest reaching out to Zeamster plugin support to report the issue with the plugin.

    I hope this helps, cheers!
    Andrija

    Thread Starter Chris Hancock

    (@gorhad)

    Thank you @gdandrija. Your code seems have have done the trick

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Text has all gone very small’ is closed to new replies.