how do i take away the bold lettering from my extended network, links, general, music, etc.?
and make it a normal (not bold) font?
thanks
You can’t get a code for that.
The code that makes the text bold is somewhere inside you layout code, just look for it and delete it.
It should look something like this;
<s>orangetext15 {background-color:54768A; font-size:9px; color:4E9258; FONT-WEIGHT:;BOLD border: 1px solid black; display:block; line-height:12px;}
(replace BOLD with NORMAL)
3 Responses
Leave a Comment
|
March 10th, 2010 at 12:41 am
<style>*{font-weight:normal !important}</style>
References :
March 10th, 2010 at 1:00 am
You can’t get a code for that.
The code that makes the text bold is somewhere inside you layout code, just look for it and delete it.
It should look something like this;
<s>orangetext15 {background-color:54768A; font-size:9px; color:4E9258; FONT-WEIGHT:;BOLD border: 1px solid black; display:block; line-height:12px;}
(replace BOLD with NORMAL)
References :
March 10th, 2010 at 1:30 am
errm
<style>*{font-weight:normal !important}</style>
might work, not too sure.
References :