|
Customizing the Look of Your Store Using CSS Editor |
|
|
The 'CSS Editor' tool of LiteCommerce is an easy and intuitive tool intended for customizing the look of various textual elements of your store. It allows you to control the styles of multiple tags and classes used by your store components by specifying font style and size, and colors for the text and its background. Using CSS Editor does not require knowledge of CSS (Cascading Style Sheets) coding. Note: CSS Editor provides limited CSS customization. Should more in-depth style modifications be required (E.g.: setting margins or text alignments), you will have to edit style files directly. The files are located at 'skins/default/en/style.css' and 'skins/admin/en/style.css' within your LiteCommerce installation folder. Further customization of CSS file contents requires knowledge of CSS. ![]() Figure 3-62: CSS Editor main screen CSS Editor can be accessed through a 'CSS Editor' link located in the 'Look&Feel' menu in the Administrator Zone (Figure 3-62). The main screen of the CSS Editor lists all available style definitions for various tags and classes. Class names are supplied with brief descriptions of the classes' areas of use. Note: Class names start with the dot ('.') to differentiate from HTML tags. Modifications made to style attributes of a particular HTML tag (E.g.: BODY, A or H1) will affect all occurrences of that tag throughout your online store. In contrast to the tag styles, class styles only affect HTML tags that belong to the corresponding classes. Example of how each particular style looks is provided in the 'Example' field next to the tag/class name. In order to edit a style, click on the corresponding 'Edit' icon. This will open the style editing page (Figure 3-63). ![]() Figure 3-63: Editing the style of an 'H1' tag In this page you can specify various attributes of a class or a tag. Menu buttons provided here are interactive, which means that every modification you make is instantly reflected on the sample text provided.
![]() Figure 3-64: Selecting the color of the text The tool allows you to choose the color of the text using one of the three color pickers, which represent RGB, HLS and HSB color spaces. Once you have selected a color, clock on the 'Preview' button to see how the sample text in the main window will look in this color, without closing the color selector window. Once you are satisfied with the color, click on 'Ok' to apply the color and close the window. Click on the 'Cancel' button to exit the tool without changing the color.
Once you are done with the modifications to the style of a class or a tag, click on the 'Save changes' button. Your changes will be instantly reflected on your store. To go back to the CSS Editor, click on the 'Return back' button (Figure 3-63). ![]() Figure 3-65: Modified 'H1' tag style definition in CSS Editor main screen Note: If you make any changes to the style and click on the 'Return back' button without saving your changes first, the changes will be lost. Restoring original styles You can revert all your style modifications by restoring the original styles using the CSS Editor main screen. Navigate to the bottom of the list of tags and classes, and click on the 'Restore original styles' button. Confirm your action (Figure 3-66). Once the operation is done, you will be redirected back to the CSS Editor main screen. ![]() Figure 3-66: Restoring original styles |