Layout (Menu Items, General)

If you wish to alter the display of the WPPizza menu items – alongside many other layout elements – from the installed default, use any of the options below Goto “WPPizza ->Layout” Goto “Style” on that page and choose from one of the style options 

Frontend Css / Styles / Layout

Although the css has been written so that it works with many themes out of the box (see http://demo.wp-pizza.com – all themes use the same default stylesheet) it is also deliberately kept quite bland. So the chances are, you will probably want to adjust some 

WPPIZZA_NAME

to change the name (i.e WPPizza) in the WP admin/backend just add define(‘WPPIZZA_NAME’, ‘The Name You Want’); to your wp-config.php anywhere before /* That's all, stop editing! Happy blogging. */ i.e. – add to /edit your wp-config.php to be something like define('WPPIZZA_NAME', 'My Shop'); /* 

WPPIZZA_MENU_ICON

to change the WPPizza icon in the WP admin/backend just add define(‘WPPIZZA_MENU_ICON’, ‘http://url/path/to/your/icon.png’); to your wp-config.php anywhere before /* That's all, stop editing! Happy blogging. */ i.e. – add to /edit your wp-config.php to be something like define('WPPIZZA_MENU_ICON', 'http://www.mydomain.com/wp-content/theme/mytheme/wordpress-logo.png'); /* That's all, stop editing! Happy