MyBB Community Forums

Full Version: Fonts and Text Sizes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
When a member posts you can see the text fonts and sizes if you click them but not if you look at the list. The BG White and so is the name I want to change the name of each font to blue how would I do this.
Go to: ./jscripts/editor_themes/YOUR_EDITOR/stylesheet.css and open and find;
.messageEditor .toolbar_dropdown .editor_dropdown_arrow {
	position: absolute;
	right: 0;
	height: 22px;
	background-color: #eaf2fb;
color: blue;
}

Change the color property.
It still didn't work.
Can you please print the screen what you are asking for ? I mean which thing in the editor ?
Yea Sure here is the link to what problem I am having.

http://i236.photobucket.com/albums/ff127...rror-1.jpg

See the fonts are there but the name is white, it has to same issue with text sizes
Open ./jscripts/editor_themes/YOUR_EDITOR/stylesheet.css , and find;
.messageEditor .toolbar_dropdown
and add the following style in that CSS attribute;
color: #000000;
Never mind It did, Thanks bud.
Can you please post your forum's URL ?
It fixed it, But I do have another question. Is there anyway to change the post template. From Top to Left side?
Pages: 1 2