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;
}

Comments

Popular posts from this blog

Black screen after logging in on Windows 2012 R2 using domain credentials on remote desktop connection

Client denied by server configuration error

Can't use proxy because no authentication schemes are fully configured.