2012-03-03, 03:48 PM
(This post was last modified: 2012-03-03, 03:49 PM by BitzDefender.)
Written for MyBBAddict.com
Similar to my previous tutorial, I will show you how to use CSS to customize your forum even further (and this is a very nice change!). Here is the before and after:
Before:
After:
Here is what you'll be doing in your global.css.
Press ctrl+f and search for the text input.button
If it does not exist, create it.
Then you will simply need to insert your CSS in there. For a better effect, add the following classes:
Then use the same button creator from my last tutorial. http://www.cssbuttongenerator.com/
Note: If you followed my last tutorial, I suggest using the same css from your postbit for the best and professional look.
So that is it! Small changes can go a long way.
Similar to my previous tutorial, I will show you how to use CSS to customize your forum even further (and this is a very nice change!). Here is the before and after:
Before:
After:
Here is what you'll be doing in your global.css.
Press ctrl+f and search for the text input.button
If it does not exist, create it.
Then you will simply need to insert your CSS in there. For a better effect, add the following classes:
input.button{}
input.button:hover{}
input.button:active{}
Then use the same button creator from my last tutorial. http://www.cssbuttongenerator.com/
Note: If you followed my last tutorial, I suggest using the same css from your postbit for the best and professional look.
So that is it! Small changes can go a long way.