all the text sizes are stored in the style sheet skin1.css
Its a bit of a pain to find which bit is which.
The colour of the header cells is created by the
MenuTitleLine class in the style sheet.
you may want to try
.CategoriesList or
.TableLeftElements for the menu items.
you can set the MenuTitleLine to use a background image rather then a color in the css file by doing something like this
Quote:
.MenuTitleLine { background-attachment: fixed; background-image: url({$ImagesDir}/your_bground_pic.gif); background-repeat: no-repeat; background-position: center top}
|
ive not tried that in xcart but took that from another site i did.
Its either that or you do what i did and edit each menu template and add tables to tidy things up and just set the background of the header cell