hi
Can you tell me where to change the chef's name and the online order phone no. ?
and also where to change the item title's size?
or there is some document that helps .
thank you very much !!!
.big .nspHeader {
font-size: 36px;
}
Cyberek wrote:To modify those 2 elements you need to edit 2 graphics:
/templates/gk_restaurant/images/style1/typography/bg_demo_sign.png
/templates/gk_restaurant/images/style1/typography/bg_demo_order.png
To modify header size please edit: /templates/gk_restaurant/css/override.css and add at its end:
- Code: Select all
.big .nspHeader {
font-size: 36px;
}
Modify 36px value to your liking.
Remember to enable "CSS override" in template settings - advanced section.