Hello

http://sky-watcher.pl

I want to change "register" sign to be red, but only register. When i change in css font colour from black to red - all page fonts are in black. Can i change it like that to be only register in red colour?

thank you

Comments

hamakabula’s picture

Just add the following CSS snippet to style.css:

#primary-links .menu .last a {
    color: red; 
}

Notice however that if you change the menu, just the last menu item will be red from now on.

pawi81’s picture

great it works thank you

pawi81’s picture

maybe you know how to do it that the last menu would go to the right side of the page and the first 3 will be at left? i try to do "text-align: right;" but of course it won;t work

fixed. on Polish forum I've got help.

in style.css i changed : .body -> height: 100%; (I erased it.)