Hi,
B. You actually already have it through the "History" tab of your order configuration page ("Hikashop->Orders->'YourOrder'")
C.
1.Using this kind of
CSS
code will probably do the job :
#hikashop_order_listing td {
text-align: center;
}
2. You'll be able to do that changing the "background-color" property :
.adminform legend {
background-color: blue !important;
}
3.
.adminform td {
text-align: center;
}
D. By directly editing the code of your emails through "
Hikashop->System->Emails" (Note that this feature is only available through the business version of Hikashop).