Hi, i wonder if it is possible to disable all the options like statics, new customers, new orders etc shown on main page of admin in zencart under the top menu when log into zencart for the 1st time? regards
Hi, i wonder if it is possible to disable all the options like statics, new customers, new orders etc shown on main page of admin in zencart under the top menu when log into zencart for the 1st time? regards
You could change the 'inline' here to 'none' in admin/includes/index.css. I don't know if those ids are used elsewhere in admin, though.
#colone,#coltwo,#colthree{
display:inline;
float:left;
margin-left:5px;
padding-top:3em;
width:30%;
}