MyBB Community Forums

Full Version: Quick edit template
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys

I would like to change the color of the "Save Changes" button for quick edit - beneath the "Edit Reason" (since a lot of ppl are having trouble finding it on my current theme)

Please advise which template it is and if possible which CSS section to change for colors.

Thanks
Templates & Style -> Themes -> Name of your style -> showthread.css -> Advanced Mode and append something like this

.post_body.scaleimages > form > button[type="submit"] {
	background: black;
}
thanks jmp!