how do i take away the bold lettering from my extended network, links, general, music, etc.?

Posted on March 9th, 2010 by admin in links and networking | 3 Comments »

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

  1. urbi(); Says:

    <style>*{font-weight:normal !important}</style>
    References :

  2. nathalia Says:

    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 :

  3. Dominyka, aka Nicky Says:

    errm
    <style>*{font-weight:normal !important}</style>

    might work, not too sure.
    References :

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.

|