View Single Post
  #8  
Old 11-06-2002, 04:33 PM
  shan's Avatar 
shan shan is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Birmingham, UK
Posts: 6,163
 

Default

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
__________________
Looking for a reliable X-cart host ?
You wont go wrong with either of these.

EWD Hosting
Hands On Hosting
Reply With Quote