This section lets you define how the category tabs look/behave
Display Tabs
Whether you want to display the category Tabs
Display Home Tab
Whether you want to display the Home tab
Tab Style
This is the style of the category Tabs (e.g. Rounded, Square & Custom).
Note:You can further customize the look and feel by editing the below file. The Custom style would be completely controlled in this way:
/aom/themes/[theme_name]/css.tpl.php
After you make changes, you would then need to save your settings from the Control Panel. That will in turn write out the actual CSS file that is used in your store which is here...
/aom/themes/[theme_name]/css/style.css
Never directly edit this .css file as changes would get overwritten each time you save settings from the Control Panel.
The CSS IDs built into AOM for custom tabs are... aom_navcontainer (used in the DIV tag) aom_navlist (used in the UL tag) aom_navactive (used in the selected A link)
Tab Border Color
Choose the tab border color
Tab Spacing
This is the spacing between category Tabs (in pixels)
Tabs Per Row
This is the number of category Tabs to display per row. If Dynamic is selected, then the number of rows will be determined by the width of the browser window.