Very strange - it seems like your rules in custom.css are ignored. Did you try to place the code into the quick css field? You can also try to add an !important attribute like:
#top .onsale {
display: block !important;
}
Very strange - it seems like your rules in custom.css are ignored. Did you try to place the code into the quick css field? You can also try to add an !important attribute like:
#top .onsale {
display: block !important;
}