jmgerraughty
Member
Posted 3 years ago #
Hi,
My website is http://www.jmgerraughty.com
I'm having difficulty trying to change the font-weight of my left-hand menu in my stylesheet. Even though I've put "font-weight:normal;" in the CSS, it won't take it off bold. According to Firebug, it looks like it might be in the HTML, but I'm not sure. How would I go about changing this?
Thanks,
Jason
the font-weight:bold; seems to come from some script running on the blog -
however, you can try and force your style by adding !important:
font-weight:normal!important;
jmgerraughty
Member
Posted 3 years ago #
Thanks, alchymyth. Is there any way to fix that script?
jmgerraughty
Member
Posted 3 years ago #
Thank you, alchymyth. Your advice worked for me!