Oscommerce disable header buttons login cart
I needed to disable the cart function of the oscommerce first step is disable the most visible item the login, checkout buttons
In stylsheet.css find this add the display: none;
#headerShortcuts {
display: none;
float: left;
margin-top: 5px;
}
In stylsheet.css find this add the display: none;
#headerShortcuts {
display: none;
float: left;
margin-top: 5px;
}
Comments