How do i change the size of the font on a wordpress theme? Im pretty sure its somethig realted to the html code in the theme editior but im not sure what exactly to edit. My site is http://www.gl-science.com If you need to look at source code e.t.c Thanks
Which font are you wanting to change? The header, body, etc.? It could be changed in the stylesheet file..
Yes! Change it in the stylesheet (style.css) file for that page and section or you can simply go to the page you created or the page from your theme in the Design editor and insert a similar code to this: <font size="3">your text here</font> Just put the size you want in place of the 3 above! Hope this helps