View Single Post
  #2  
Old 11-06-2002, 03:33 PM
 
syddos syddos is offline
 

eXpert
  
Join Date: Sep 2002
Location: London, England, UK
Posts: 259
 

Default

Hi,

Q.1 & Q.5.

Language menu in admin/languages
Select Lables and enter "Categorie" in the filter search.
Select Text and enter "Welcome to" in the filter search. If the text is not there, check customer/main/welcome.tpl

Note: You will find several Text and Email entries that require changes, due to grammar errors. For a list check http://forum.x-cart.com/viewtopic.php?t=316

Q.2
I would suggest placing ">>" at the end of the Font class="whatever"> >> {"your Categories List control"} </FONT>

Q.3.
Edit the Admin/skin1.css file.
Change the current entry to read
Quote:
A {
COLOR: #081589; TEXT-DECORATION: none;
}
A:hover {
COLOR: #DD0000;
}

Note
"TEXT-DECORATION: none" removes the underline.
"COLOR: #DD0000; is the onmouseOver colour

Q.4.
Sorry graphics is not in my skill set.

Regards,
__________________
Syddos

Nothing is impossible, We just don't know how to do it ........Yet!

Xcart 4.1.X PRO (Testing Platform: winXP Pro)
Perl 5.8.7 (win32)
WINAMP 1.6.3 (win32 server package. Includes the following)
- phpMyAdmin v2.8.03
- MySql 5.0.21
- Apache 2.0.55 (win32)
- php 5.1.4
- SQLitemanager 1.2.0
Reply With Quote