slivergym Posted February 26, 2008 Posted February 26, 2008 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
slivergym Posted February 27, 2008 Author Posted February 27, 2008 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..........
slivergym Posted February 27, 2008 Author Posted February 27, 2008 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
Guest Posted February 27, 2008 Posted February 27, 2008 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; }
slivergym Posted February 27, 2008 Author Posted February 27, 2008 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....
Guest Posted February 27, 2008 Posted February 27, 2008 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?
slivergym Posted February 27, 2008 Author Posted February 27, 2008 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
slivergym Posted February 27, 2008 Author Posted February 27, 2008 What is your wbsite address? I am doing affiliate links to web sites http://www.phonesdownloadsandelectrics.net/
Guest Posted February 27, 2008 Posted February 27, 2008 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.
slivergym Posted February 27, 2008 Author Posted February 27, 2008 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.