View Single Post
  #6  
Old 08-29-2006, 05:38 PM
 
sunedaze sunedaze is offline
 

Advanced Member
  
Join Date: Jul 2006
Posts: 46
 

Default Re: Text on Thumbnails Page

Thank you for your help. I made the .thumbnailText in my skin1.css

.ThumbnailText {
COLOR: #00ff00;
FONT-WEIGHT: bold;
FONT-SIZE: 14px;
}

When I change the <TR><TD colspan="2" class="ProductDetailsTitle">{$lng.lbl_details}</TD></TR> to <TR><TD colspan="2" class="ThumbnailText">{$lng.lbl_details}</TD></TR>

all it changes in the word "Details" on my main product page to green (which I have specified as my .ThumbnailText for testing purposes), and doesn't change anything on my product thumbnails page. Am I missing something? Do I need to change it somewhere else, or is it something I have to manually add into the template, not just change? If so, how & where?

I apologize if I sound clueless, this is new to me and I have figured out a lot on my own (and gotten a lot of help from the forums, thank you all!), but this is stumping me....
__________________
Thanks,
Sienna
x-cart gold version 4.0.18
Reply With Quote