LemonStand Documentation

Customizing the Administration Area

You can customize the Administration Area appearance with themes. LemonStand includes a few default back-end themes and you can create new own themes. To create a new theme:

  1. Create a copy of any directory in the modules/backend/themes directory. For example, create a copy of the modules/backend/themes/blue and rename it to modules/backend/themes/mytheme.
  2. Create the theme preview image. It should be a PNG image with size of 150x113 pixels.
  3. Update the info.php file in the new theme directory - assign the theme name and a color value for the theme selector.
  4. Update the theme.css file in the css directory. You can apply any CSS styles to the Administration Area elements. You can easily spot different elements in the Administration Area with FireBug. If it is needed, a theme can contain images. If you are going to use images in your theme, create a separate directory for image files in the theme directory and use relative image URLs in the theme.css file.
  5. Save the theme files and go to the System/Settings/Customize page. Select the new theme on the Theme tab.

Next: Extending LemonStand
Previous: Customizing Invoices, Packing Slips and Shipping Labels
Return to Developer Guide