Style Sheets - CSS
Previous  Top  Next

Some of the settings in the Layout menu are used to set styles in catalog pages. Styles and cascading style sheets or CSS may be used to add parameters and/or override the default Layout settings.

Style Classes In Catalog Pages
Layout settings such as text color and font type are wrapped outside of the fontsize class spans so that color and font types specified in the styles will override the Layout menu settings. To customize the pages using CSS, either define the styles in the head of each AShop page template or create your own style sheet and link to it in the AShop page template.

.fontsize1 sets the style for small text that appears in shopping pages. For example, after a product is added to the cart in catalogue.php a small confirmation message appears underneath the subtotal box and View/Checkout buttons and above thumbnail images there may be a "Click to enlarge." link.

clip10126clip10127

.fontsize2 sets the style for most page body text and the category tree link text.

clip10128

.fontsize3 sets the style for text in category titles and product names.

clip10129

.tablesize1 is used in the following pages. The Layout setting "Large tablesize" sets the width parameter for the tables that use this style class. Style sheet settings may be used to override the Layout width setting and also to add more table parameters.

·View Cart listings (basket.php)  
·Payment Forms (orderform.php and giftform.php)  
·Affiliate Sign-up Form (affiliate/signupform.php)  

clip10130

.tablesize2 is used in the following pages. The Layout setting "Regular tablesize" sets the width parameter for the tables that use this style class. Style sheet settings may be used to override the Layout width setting and also to add more table parameters.

·Payment Selection (checkout.php and wholesale/checkout.php)  
·Shipping Destination Form (shipping.php)  

clip10132

Admin Login Page

The admin panel login page, admin/login.php, uses the admin/admin.css style sheet.
.loginform sets the table properties in the admin/login.php page. If Digital Mall is installed, this is also the member login page.