Need to change font color (General)

by Willy Rick, Saturday, August 16, 2014, 03:00 (3542 days ago)

This is the navigation I need to change the color of the font where can I find it

Willy Rick | User | Admin | Log out | Terms

Avatar

Need to change font color

by Auge ⌂, Tuesday, August 19, 2014, 14:07 (3538 days ago) @ Willy Rick

Hello

This is the navigation I need to change the color of the font where can I find it

Willy Rick | User | Admin | Log out | Terms

Nothing's easyer than that. This list is located in the element with the ID 'usermenu'. If you want to recolour only this list of links, open the style.min.css and add a new rule for the color of the link textes. A good place for it is the line after the line beginning with #usermenu li:first-child.

Add the rule as #usermenu a {color:...;} where the value can be a valid colour name [1] or a numerical value. For the last you can tread different pathes (rgb(a) (red, green, blue, (alphachannel)) with decimal values (0-255 for each colour), rgb with hexadecimal values (00-ff for each colour) or the hsl(a) scheme). If it's necessary, ask again.

[1] A nice page with categorised (top right menu) colour names and it's equivalents as rgb values.

Tschö, Auge

--
Trenne niemals Müll, denn er hat nur eine Silbe!

RSS Feed of thread