Hi Everybody!
Looking for some advice on the Tiny MCE Advanced Font-Size features.
I'm updating a theme that has been running on a live blog for a few months the blogger has been using the font-size tool to set every post to 12pt font... When looking at the code I noticed that this setting actually sets the code to <span style="font-size: small;">text</span>.
Does seem strange to anyone else? By hard coding the font size to small in all posts it has made it impossible to control the overall font-size in the theme. Or is there any way to override the size of the SMALL setting in the CSS file?
So far I have found a plugin to "find and replace" text in posts so I am thinking of replacing all the font-size: small with class="small-font" and giving the blogger the style drop down to control font-sizes instead...
I'd rather not have to edit the posts at all but so let me know any advice on this subject. Thank you!