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.
PaulOB
August 16, 2020, 12:21pm
4
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
Sorry, it’s only on localhost now. I did find a workaround, I’m moving on.
1 Like
system
Closed
November 15, 2020, 8:24pm
8
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.