Shape 5

Joomla Templates => New Architect - November - Club => : DanFrmOhio November 15, 2009, 04:26:03 PM



: Why won't font-weight:bold stick in template css
: DanFrmOhio November 15, 2009, 04:26:03 PM
Hi All,
I have edited the template .css to make my <h> tags a certain color, which is good. However, when I enter the text to make it bold, it simply ignores it! Grrr. Ack! Annoying. Any ideas what I'm doing wrong? I only edited h1, the color change works fine but not bold as I said...

 img, fieldset  { border:none; }
 h1  { font-size:18px; color:#3366ff;font-weight:bold;margin:0;padding:0;}
 h2  { font-size:16px; color:#000000;font-weight:normal;margin:0;padding:0;}
 h3  { font-size:13px; color:#000000;font-weight:bold;margin:0;padding:0;}
 h4  { font-size:12px; color:#000000;font-weight:bold;margin:0;padding:0;}
 h5  { font-size:10px; color:#000000;margin:0;padding:0;}


: Re: Why won't font-weight:bold stick in template css
: jonahh November 16, 2009, 01:36:27 PM
Hello,

This is where the changes need to be made, double check to be sure its saving.  Also the bold may look different than normal due to the font family used in this template:

body {
background:#FFFFFF none repeat scroll 0 0;
color:#000000;
font-family:'Lucida Grande',helvetica,verdana,sans-serif,arial;
font-size:12px;