Font Question (un-bolding headers)

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
cJohn
Posts: 7
Joined: Wed Nov 26, 2003 2:29 pm

Font Question (un-bolding headers)

Post by cJohn »

Hi,

I'd like to un-bold the News Header and MsgCategory but editing the h3 style doesn't seem to do it. I know this is silly, but can someone let me know where this is bolded.

Thanks,

John
Thorsten
Posts: 15739
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi John,

just add the line

Code: Select all

font-weight: normal;
inside the CSS file style.css in the template/ directory where are the definitions for the <h3> tag.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
cJohn
Posts: 7
Joined: Wed Nov 26, 2003 2:29 pm

Post by cJohn »

Thorsten wrote:Hi John,

just add the line

Code: Select all

font-weight: normal;
inside the CSS file style.css in the template/ directory where are the definitions for the <h3> tag.

bye
Thorsten
Thanks Thorsten; much appreciated.

John
Post Reply