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
Font Question (un-bolding headers)
Moderator: Thorsten
Hi John,
just add the line
inside the CSS file style.css in the template/ directory where are the definitions for the <h3> tag.
bye
Thorsten
just add the line
Code: Select all
font-weight: normal;
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
Thanks Thorsten; much appreciated.Thorsten wrote:Hi John,
just add the lineinside the CSS file style.css in the template/ directory where are the definitions for the <h3> tag.Code: Select all
font-weight: normal;
bye
Thorsten
John