View Single Post
  #2  
Old 02-09-2008, 06:03 PM
  kube's Avatar 
kube kube is offline
 

X-Adept
  
Join Date: Sep 2005
Location: London: a small place East of Wales
Posts: 529
 

Default Re: Can't figure out how to change font size?

Hi there,

From the code you have given us, you're looking for anything that looks like this (the FONT tag)...
<font class="whatever_classid_is_relevant">

It's best to go into your skin1/skin1.css file to edit these, so locate the "whatever_classid_is_relevant" with a search inside the file. And when you're more advanced with CSS, in future, to remove these altogether.

When you have located the relevant class within the css file, replace/add accordingly within the brackets statement. For instance, here are some examples in changing the font size (disregard/ignore the comments and its contents) ...

FONT-SIZE: 12pt; /* in point size */
FONT-SIZE: 1em; /* in em's */
FONT-SIZE: 13px; /* in pixels */

Compare existing code within the css file and also google CSS for more tips.

Remember to back up.
Regards,
Doms
__________________
Doms
kube v4.1.9
Reply With Quote