MyBB Community Forums

Full Version: Change Buttons Style (CSS)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how may i can change the buttons Style
<button></button>
(Top Buttons)
http://nc-gaming.gegahost.net
thats my website if u can see the buttons are like that (Top Buttons)
You are going to have to add a class to the buttons, then add some css.

Example.

<button class="button1"></button>

Css:

.button1 {
width: 20px;
height: 15px;
border-radius: 3px;
}
If you're going to ask question actually please keep the MyBB credit entact on the bottom of the site. I told you this once before.

Once again "You support us, we support you."
Hello there,

The forum you have posted does not have the minimum "Powered by MyBB" notice we require for technical support here. In order for us to give you further support, please add the following code to the footer template of your forum:

Admin CP --> Templates & Style --> *expand your template set* --> Footer Templates --> footer
Powered by <a href="http://www.mybb.com">MyBB</a>

I will close this thread until you have reinstated the Powered By line. Please post in the Private Inquiries forum to ask to have this thread reopened, where you can also raise any questions you have about this policy.

With regards,
MyBB Support Team