Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help Please


Karen56

Recommended Posts

Posted

Hi All,

 

I made a few changes to my site... I like them, but now my customer account login shows no text where the name, address and such are. Can someone please tell me where to get the text back..what color white would be. (think white is ffffff) But do not know where to change for these items. please check out site and let me know what I need to do :-(

 

www.knlmagikalwares.com

 

thanks

karen

Posted

It because of the color for some of the classes instylesheet.css. You can try a mass search and replace of that file replacing all fff or ffffff, with 000. Or you can view the source of the website and find the text that is not showing up. The class it uses will be right before it.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Posted

Jack,

 

thanks for responding so quickly, I will give it a try, really, really appreciate it :-)

Karen

Posted

In the stylesheet:

 

TD.main, P.main {  
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;  
 line-height: 1.5;
}

Needs a color definition, something like:

 

TD.main, P.main {  
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;  
 color: #ffffff;
 line-height: 1.5;
}

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted

Thank you so much guys. I did what you suggested and got most of my text back. But, the customer's log-in areas and checkout areas are still not changed. There are alot of TR and TD's in this stylesheet area LOL., I've looked and can't find the one i need. I will try and explain the areas.. Log-in/create account - box black background..type in area white background. but the titles aren't showing, and I'm not sure which section in stylesheet is..? if you need more I can try to copy and paste the stylesheet here to be checked out. Let me know.. Thanks again!

karen

Posted

Hi Jack,

Thanks for responding, I got those text area's back..but now I noticed that all of my product pages are like divided...and on the dark ones, no can see the prices. It looks different lol. but if you know of how to either fix so there all one color or let me know what line to change to show non showing prices. I hope this makes sense. all suggestions are more than welcome :-)

thanks

Karen

Posted

In your stylesheet:

 

Change:

 

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
 background: #000000;}

To:

 

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
 background: #ffffff;}

The problem was with TR.productListing-odd

 

Note all the other things this controls.

 

If it screws up something else, just remove TR.productListing-odd from that part of the stylesheet, and change the color back to what it was.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted

Thanks Germ! It worked :-) Again, I must say, the support at this forum, is the best support system, I have found on the net. thanks again to all of you who helps us newbies.

 

Sincerely

Karen

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...