Wierd css problem with price underline
-
Hi, sorry for not being able to give link to live site (its on localhost currently). But i have a weird problem.
So, when my products have only price, its ok, i removed underline on price by css
.amount {text-decoration:none!important;}
and that works.But as soon as i have on sale price, i have problems. Or with variations also. Old price has striketrough, that is ok. And its in .price ins span.amount.
But current price has UNDERLINE that i dont see defined in any rule in firebug.
Not in .price, .price del, .price del span , .price del .amount.However i try to target that current price, it always has underline?
I dont understand that, on my old site i removed it by that one css rule, and here in firebug, i checked every element and none declares underline there. I have experience with css and html, but i just dont see how is this made?
Anyone has ideas?Thanks
- The topic ‘Wierd css problem with price underline’ is closed to new replies.