Trying To Override a Font Size?

There’s a Calendar app I am using inside of a Wordpress site. I want to decrease the font-size of some text that is currently at 16px:

I know I have the correct css selector because I am able to increase the font-size but I can’t go below the 16px even if I use !important. Any thoughts? Thanks.

Does your browser have a minimum font-size setting of 16px? That would over-ride a smaller font size.

Nope.

Do you have a link to the site?

Try adding another css and specify it as font-size: 12px !important;
And see if it did ajusted the font

I already tried that.

Sorry, it’s only on localhost now. I did find a workaround, I’m moving on.

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.