Not my content; Don't come to me because of links not working.
1- Go to : Configuration -> Thread Prefix
![[Image: jOg1va0.png]]()
2- Click on Add New Thread Prefix
![[Image: IBIgoOH.png]]()
3- Fill in fields witht he following info:
![[Image: 0paY7qm.png]]()
Display Style * :
Save.
4- Go to Templates and Styles -> Themes -> Your theme -> Global.css and paste this :
Outcome:
![[Image: 1bLKIT7.png]]()
You may edit colors to your liking.
1- Go to : Configuration -> Thread Prefix
![[Image: jOg1va0.png]](http://i.imgur.com/jOg1va0.png)
2- Click on Add New Thread Prefix
![[Image: IBIgoOH.png]](http://i.imgur.com/IBIgoOH.png)
3- Fill in fields witht he following info:
![[Image: 0paY7qm.png]](http://i.imgur.com/0paY7qm.png)
Display Style * :
Code:
<span class="prefixgreen">prefix name</span>
Save.
4- Go to Templates and Styles -> Themes -> Your theme -> Global.css and paste this :
Code:
.prefixgreen {
background-color:#599800;
-webkit-box-shadow:rgba(0, 0, 0, 0.3) 0 1px 3px, rgba(255, 255, 255, 0.3) 0 0 2px inset;
box-shadow:rgba(0, 0, 0, 0.3) 0 1px 3px, rgba(255, 255, 255, 0.3) 0 0 2px inset;
background-image:-webkit-gradient(linear, 0 0%, 0 100%, from(#7ed503), to(#599800));
text-shadow:#7ed503 0 1px 0;
border:1px solid #396402;
color:#3e3e3e;
padding-bottom:2px;
padding-left:10px;
padding-right:10px;
padding-top:2px;
font-size: 11px;
font-weight: normal;
border-radius: 5px;
}
Outcome:
![[Image: 1bLKIT7.png]](http://i.imgur.com/1bLKIT7.png)
You may edit colors to your liking.