Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

were do i look for text colour change (Home » Catalog Categories Quick Find What's New?)


slivergym

Recommended Posts

Posted

I would like to change the text on my home page (Home » Catalogories Quick Find What's New? Information) from white to different colour as i find the white is not that easy to see I have a colour chart just need to no were to look Your help would be great thank you

Posted
I would like to change the text on my home page (Home » Catalogories Quick Find What's New? Information) from white to different colour as i find the white is not that easy to see I have a colour chart just need to no were to look Your help would be great thank you

 

Can any one help with this one..........

Posted
Look in your catalog/stylesheet.css

 

hi thanks for replying but i do not no what one to change i just wont to change the text top catalogue all the white text

Posted

Try changing this section to the color you want.

Remember to backup your files before editing.

A.headerNavigation { 
 color: #FFFFFF; 
}

A.headerNavigation:hover {
 color: #ffffff;
}

Posted
Try changing this section to the color you want.

Remember to backup your files before editing.

A.headerNavigation { 
 color: #FFFFFF; 
}

A.headerNavigation:hover {
 color: #ffffff;
}

 

I tried but nothing i changed the #FFFFFF; to #0000FF; on my chart is says blue and i tried the same with A.headerNavigation:hover {nothing as well is the code right thanks....

Posted

You also have

TR.headerNavigation {
 background: #bbc3d3;
}

TD.headerNavigation {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
 background: #bbc3d3;
 color: #ffffff;
 font-weight : bold;
}

The TR.headerNavigation is the background color of that row

The TD.headerNavigation is for the font style, font size,font weight, background color of the cell and the font color(plain text)

To change the color of the links you need to change the A.headerNavigation

After you changed them did you refresh your page?

Posted
You also have

TR.headerNavigation {
 background: #bbc3d3;
}

TD.headerNavigation {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
 background: #bbc3d3;
 color: #ffffff;
 font-weight : bold;
}

The TR.headerNavigation is the background color of that row

The TD.headerNavigation is for the font style, font size,font weight, background color of the cell and the font color(plain text)

To change the color of the links you need to change the A.headerNavigation

After you changed them did you refresh your page?

 

I tryed again this time all #ffffff; to #0000ff; and refresh but still the same

Posted

This is what your stylesheet says

TR.headerNavigation {
 background: #bbc3d3;
}

TD.headerNavigation {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
 background: #bbc3d3;
 color: #ffffff;
 font-weight : bold;
}

A.headerNavigation { 
 color: #FFFFFF; 
}

A.headerNavigation:hover {
 color: #ffffff;
}

Make the changes you want then upload the file to you site and refresh your page to see the new sttings take affect.

Posted

still having trouble with this thank you for your time.I think It will have to do for now i will try again tomorrow thanks again Bri.........................regards..brian

Archived

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

×
×
  • Create New...