sami simo Well-known member May 7, 2013 #1 Hi I’m trying to make the font size in ALL forum elements bigger, I tried adding this to extra.css: body {font-size:125% !important;} but it’s not working. Any ideas?
Hi I’m trying to make the font size in ALL forum elements bigger, I tried adding this to extra.css: body {font-size:125% !important;} but it’s not working. Any ideas?
P Paul B XenForo moderator Staff member May 7, 2013 #2 Try this: Code: * { font-size: 125% !important; } Upvote 0 Downvote