MyBB Community Forums

Full Version: Changing Colour of This Text
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi Folks

Where in global.css is this text colour please?

(the text inside the dropdown box)

[Image: dropdown2.jpg]
it is not in global.css ; see stylesheet.css in below folders (depending on your editor's theme)
./jscripts/editor_themes/default OR jscripts/editor_themes/Office_2007

( .messageEditor .editor_dropdown_menu li )



(2012-02-21, 10:03 AM)ranjani Wrote: [ -> ]it is not in global.css ; see stylesheet.css in below folders (depending on your editor's theme)
./jscripts/editor_themes/default OR jscripts/editor_themes/Office_2007

( .messageEditor .editor_dropdown_menu li )

OK - I've found that and it looks like this - but there doesn't seem to be a font colour in there?

.messageEditor .editor_dropdown_menu li {
list-style: none;
padding: 3px 3px 3px 12px;
margin: 0;
position: relative;
cursor: pointer;
}

you can add required color / background color property ... (see this for example)

(2012-02-21, 10:40 AM)ranjani Wrote: [ -> ]you can add required color / background color property ... (see this for example)

Yes, that worked.

Thank you very much for your help!

I will post some rep for you Big Grin

Cheers

Bugsley