Loading...
 
Themes

Themes


Re: Font color for links

Japan

The exact line varies, depending on which theme is being used. The best way to find out the CSS selector is to use a tool like the Firebug add-on for Firefox. This lets you see exactly what CSS is being used for each part of the page.

The links at the bottom of the admin page don't have any special class, so are just "a, a:visited", so this is what you need to look for in the CSS file of the theme. In the case of "Homepage", that's also just a link, but is inside the page heading, so is "h1.pagetitle a". How this is styled, again, depends on the theme, but if you experiment a bit with the anchor element (a, or a:link, a:visited, etc.) and possibly "h1.pagetitle a", you should get some results.

-- Gary

There are no comments at this time.