I am trying to alter some elements of a web site I have bought. www.missvideos.com In particular, I want to change the colour of the text to the left hand side of the site, that being under the heading, "video navigation". At the moment it is an orange colour and I want to change it to a dark blue or black in colour to make it stand out a little better. I have looked through the templates on the server and cannot find for the life of me any coding for this colour, so I can alter it. Does anyone know what colour coding I should be looking for in relation to changing this orange? Regards, John
Hello, You will have to change the colour here a { color: #ff4200; background: inherit;text-decoration: none; } a:hover { color: #676e74; background: inherit;text-decoration: none; } in the file http://www.missvideos.com/templates/cglinux/style.css This will change the colour of all the links on the page though. If you want to change it only in the navigation menu, then you may add colour attributes for 'ul#cfoption li a' in the .css file Thanks!
this is a tutorial on how to change the color of text links with css: http://webdevelopmenttutorials.com/howtosetthecolorofalinkwithcsslinkvisitedhoveractive.php this is a tutorial on how to change the color of text with css: http://webdevelopmenttutorials.com/howtosetthecoloroftextwithcss.php