Link to home
Start Free TrialLog in
Avatar of paulinewin
paulinewin

asked on

CSS override

Is there a way to override an existing css declaration?

I do not have access to the html page.  I only have access to the css page.  Currently, I would like to override the existing css declaration:
.category .content table tbody tr.new td {
      font-weight: bold;
}
with:
.category .content table tbody tr.new td a:visited{
      font-weight: normal;
}

Unfortunately, what I've attempted to do fail.  I would greatly appreciate any suggestion to accomplish my task.
ASKER CERTIFIED SOLUTION
Avatar of DragKng
DragKng

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
<$.02>"specificivity"? Are you kidding me?? "specificivity"??? Man, is *that* hard to pronounce ;-)</$.02>
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial