Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

HELP HELP HELP


Guest

Recommended Posts

Posted

Hello all,

 

All of a sudden for no reason this happened: www.busybeedirect.co.uk

 

If you look at the columm_right area, you will notice that some of the text has changed to white, (if you highlight the text you can see it then). This has also happened with the menu tree below the company logo.

 

 

I swear I have not changed any font colours at all yet, so I have no idea why this has happened.

 

 

Any Ideas?

 

 

 

Jesse :)

Posted
If you look at the columm_right area, you will notice that some of the text has changed to white, (if you highlight the text you can see it then). This has also happened with the menu tree below the company logo.

I swear I have not changed any font colours at all yet, so I have no idea why this has happened.

 

 

Hi Jesse

 

The only white text I can see is in the Infobox Header and the Breadcrumb trail ... all text within the boxes appears as black/dark grey. Is it the Infobox header text you were meaning?

Posted
Hi Jesse

 

The only white text I can see is in the Infobox Header and the Breadcrumb trail ... all text within the boxes appears as black/dark grey. Is it the Infobox header text you were meaning?

 

 

 

Yes sorry that must be it :)

Posted
Yes sorry that must be it :)

 

as far as I am aware Jesse, this text is white by default .. it can be changed in the stylesheet.css file

 

make a copy of the stylesheet.css first (so you can go back easily)

 

 

then find

 

TD.headerNavigation {

font-family: Verdana, Arial, sans-serif;

font-size: 10px;

background: #bbc3d3;

color: #ffffff;

font-weight : bold;

}

 

and change it to

 

TD.headerNavigation {

font-family: Verdana, Arial, sans-serif;

font-size: 10px;

background: #bbc3d3;

color: #000000;

font-weight : bold;

}

 

this will change the text colour to black .. see line color: #ffffff; has changed to color: #000000;

 

 

 

then find

 

 

TD.infoBoxHeading {

font-family: Verdana, Arial, sans-serif;

font-size: 10px;

font-weight: bold;

background: #bbc3d3;

color: #ffffff;

}

 

and change it to

 

TD.infoBoxHeading {

font-family: Verdana, Arial, sans-serif;

font-size: 10px;

font-weight: bold;

background: #bbc3d3;

color: #000000;

}

 

yet again this will change the text colour to black

 

 

 

hope this helps

Posted

Hi thanks for replying, I have donw what you have suggested but it's appears to have stayed the same. Also I've noticed the text boxes: catagories, whats new, basket etc where all in visable boxes with black outlining. But they are not now????

 

Any ideas, I can setup a sepearte admin login for someone to have a peak at the code if they want. If I can trust ya :)

Posted
Hi thanks for replying, I have donw what you have suggested but it's appears to have stayed the same. Also I've noticed the text boxes: catagories, whats new, basket etc where all in visable boxes with black outlining. But they are not now????

 

Any ideas, I can setup a sepearte admin login for someone to have a peak at the code if they want. If I can trust ya :)

 

I see that the text is now black ... but for me the box outlines are the same as before i.e. with the default blue/grey border

Archived

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

×
×
  • Create New...