Mortgage insurance - Mortgage Calculator - Wii Store - Myspace Layouts - Tutoriales de informatica

PDA

View Full Version : Colour of text ?


JohnGBUK
Jan 1st 2008, 11:04 am
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

ultraonix
Jan 1st 2008, 11:47 am
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!

free
Jan 1st 2008, 11:02 pm
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

venam
Jan 15th 2008, 2:40 am
you could also try this: http://www.w3schools.com/css/css_intro.asp