Avatar

Need to change font color (General)

by Auge ⌂, Tuesday, August 19, 2014, 14:07 (3531 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!


Complete thread:

 RSS Feed of thread