Thread: Adjustment
View Single Post
  #4  
Old 04-18-2006, 07:25 AM
  wjbrewer's Avatar 
wjbrewer wjbrewer is offline
Banned
 

X-Adept
  
Join Date: Feb 2005
Location: Pittsburgh, PA
Posts: 504
 

Default

You could change the <h1> tag in skin1.css. This will change all of the H1 tag over your entire site. You could make it something like.

Code:
h1{ font-size: 12pt; font-weight: normal; }

You could also add a color, or a specific font if you need to.
Reply With Quote