I have installed a new theme which is of a dark nature which is causing the blue text on the menu to become hard to read..

How do I change the text colour throughout the menu, and also.. if possible the background colour.. too .. for example all white?

Many thanks

J

Comments

sun’s picture

Status: Active » Postponed (maintainer needs more info)

Sorry, but I have no idea to which "blue text" you are referring. Administration menu's stylesheet should never ever result in any blue text. It's always white text on black background. So, please clarify.

jamesmcd’s picture

My apologies

For some reason my text is showing blue... even after removing the module and reinstalling.

It was originally white however, could the theme I am using have overridden the colour?

Basically, I would like to change the black background to a white one so I can read the text more easily when using the menu, it is proving hard to see in its current transparent black mode..

Many thanks

sun’s picture

Status: Postponed (maintainer needs more info) » Fixed

Well, I've tried hard to override the menu's colors in a way that no other stylesheet is able to override it again. But some themes do even more weird stuff and we cannot make it compatible to all themes.

In your theme's style.css, just override the colors with

#admin-menu { background-color: #303030; color: #fff; }
jamesmcd’s picture

Brilliant thanks!!!!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.