To fix the incorrect display of bonus points, please do the following...
1) skin/smart_template/css/altskin.css
At the bottom insert...
Code:
/*----------------------------------------*/
/**
* Bonuses view
*/
.bp-icon-header {
height: 35px;
text-align: center;
vertical-align: middle;
color: #ff6d00;
font-weight: bold;
font-size: 18px;
background: transparent url(../../common_files/modules/Special_Offers/images/bp_icon_top_middle.gif) repeat-x;
}
.bp-icon-footer {
height: 19px;
text-align: center;
vertical-align: middle;
color: #fff;
font-weight: bold;
font-size: 10px;
white-space: nowrap;
background: transparent url(../../common_files/modules/Special_Offers/images/bp_icon_bottom_middle.gif) repeat-x;
}
2) In skin/smart_template/custom/css/common.css
Find and delete or comment out this line (around line 263)...
3) Run cleanup.php