MyBB Community Forums

Full Version: mybb dark themes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi my using mybb dark themes
how to expand a forum display

[Image: gsmexpand.jpg]

Thanks Advance
using chrome or firefox, or even internet explorer, right click on the forum and select inspect element, play around with the css, you will figure it out in no time.
i dont know how to edit what you said.
usualy its on global.css search for .wrapper class and on width change the value to your desire
i usually use % instead of px
for ex:
width: 90%;
When trying to register on forum with mybb dark theme


Blank space that user must fill up is totaly unobservable - unrecognizable.

How to fix this and change that to other color ?

How to have Country selection also ... ?

[Image: r5PzlsP.jpg]
Themes > Dark > Global.css
Look for this and just edit the background, border and color hex codes.

input.textbox {
	background: #ffffff;
	color: #333;
	border: 1px solid #ccc;
	padding: 3px;
	outline: 0;
	font-size: 13px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}