MyBB Community Forums

Full Version: Change background of New Post and New Reply buttons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can anyone tell me how to change the background color of the New Post (New Thread) and New Reply buttons?

.new_thread_button
.new_reply_button

Thanks!
.new_thread_button {
background-color: #fff;
}
.new_reply_button {
background-color: #fff;
}
Thanks Tactrus!!