MyBB Community Forums

Full Version: Where to Edit Post reply Button style
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Helllo

where can I edit Post reply Button style
Do you mean this? http://community.mybb.com/images/english/newreply.gif

That's an image, you need to create one yourself and upload it.
no I mean the buttons like "Post Reply, Preview post, Search Thread, Go"
Those use the input element, so you can easily style them in your CSS. Go to Admin CP > Templates & Style > Themes > Your Theme > global.css > Advanced Mode, put this in the bottom and change it to your likings:

input.button {
	background #000;
	color: #fff;
}
Thank you, I found it