Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

A little CSS help please

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 02-26-2008, 07:57 AM
 
toolexperts toolexperts is offline
 

eXpert
  
Join Date: Feb 2008
Location: Knoxville, TN
Posts: 290
 

Wink A little CSS help please

Hey guys, I have been modding away thanks to your help!

I am having an issue however on my home page at 216.75.30.97 I cannot for the life of me figure out what line of my css code will make my categories names in the center section visible, they appear on hover but not statically, is there any way to do this? Also I'd love for it to say how many products are in that department.

Any help will be greatly appreciated
__________________
Tool Experts
X-Cart DB Version: 5.4.1.49
Windows
Reply With Quote
  #2  
Old 02-26-2008, 08:09 AM
  kube's Avatar 
kube kube is offline
 

X-Adept
  
Join Date: Sep 2005
Location: London: a small place East of Wales
Posts: 529
 

Default Re: A little CSS help please

Hi toolexperts,

These are the ones I think, although at a quick glance I can't see why it's coming up as a black link on hover...

perhaps change .VertMenuItems & .VertMenuItems A to... (should come up green)

.VertMenuItems {
color:#00FF00; /* the color before was white #FFF*/
text-decoration:none;
}
.VertMenuItems a {
color:#00FF00; /* the color before was white #FFF*/
text-decoration:none;
}

Edit: oops I got that completely wrong, sorry. Photo is the man!
__________________
Doms
kube v4.1.9
Reply With Quote
  #3  
Old 02-26-2008, 08:21 AM
  photo's Avatar 
photo photo is offline
 

X-Wizard
  
Join Date: Feb 2006
Location: UK
Posts: 1,146
 

Default Re: A little CSS help please

Quote:
Originally Posted by toolexperts
Hey guys, I have been modding away thanks to your help!

I am having an issue however on my home page at 216.75.30.97 I cannot for the life of me figure out what line of my css code will make my categories names in the center section visible, they appear on hover but not statically, is there any way to do this? Also I'd love for it to say how many products are in that department.

Any help will be greatly appreciated

Try adding this to your skin1/skin1.css file,

Code:
.PListCell a:link { color:#000 } .PListCell a:visited { COLOR: #000; } .PListCell a:hover { COLOR: #000; } .PListCell a:active { COLOR: #000; }

Change colours to your liking.
__________________
v4.1.10
In Dev v4.5.x


"If you don't keep an eye on your business, someone else will."
Reply With Quote
  #4  
Old 02-26-2008, 08:34 AM
 
toolexperts toolexperts is offline
 

eXpert
  
Join Date: Feb 2008
Location: Knoxville, TN
Posts: 290
 

Default Re: A little CSS help please

Kube...once again man you rock!!! I put it in and whammo it's working!!!
__________________
Tool Experts
X-Cart DB Version: 5.4.1.49
Windows
Reply With Quote
  #5  
Old 02-26-2008, 08:36 AM
 
toolexperts toolexperts is offline
 

eXpert
  
Join Date: Feb 2008
Location: Knoxville, TN
Posts: 290
 

Default Re: A little CSS help please

i tried yours photo...it didn't work
__________________
Tool Experts
X-Cart DB Version: 5.4.1.49
Windows
Reply With Quote
  #6  
Old 02-26-2008, 08:59 AM
  kube's Avatar 
kube kube is offline
 

X-Adept
  
Join Date: Sep 2005
Location: London: a small place East of Wales
Posts: 529
 

Default Re: A little CSS help please

huh?! Photo's should have worked.

Maybe it should be more specific like...

.PListCell a.VertMenuItems:link {
COLOR: #00FF00;
}
.PListCell a.VertMenuItems:visited {
COLOR: #00FF00;
}
.PListCell a.VertMenuItems:hover {
COLOR: #00FF00;
}
.PListCell .aVertMenuItems:active {
COLOR: #00FF00;
}
__________________
Doms
kube v4.1.9
Reply With Quote
  #7  
Old 02-26-2008, 09:10 AM
 
toolexperts toolexperts is offline
 

eXpert
  
Join Date: Feb 2008
Location: Knoxville, TN
Posts: 290
 

Default Re: A little CSS help please

that's it...ok it's looking good now thanks!!!
__________________
Tool Experts
X-Cart DB Version: 5.4.1.49
Windows
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 05:24 PM.

   

 
X-Cart forums © 2001-2020