Put this in your "
Additional CSS Definitions" in your Style Manager.
Code:
.pbit {
padding-left: 3px;
padding-right: 0px;
padding-top: 3px;
padding-bottom: 3px;
background-color: #xxxxxx;
border-top: 1px solid #xxxxxx;
border-right: 2px solid #xxxxxx;
border-left: 1px solid #xxxxxx;
border-bottom: 2px solid #xxxxxx;
margin-bottom: 3px;
}
Replace the xxxxxx with your own colors.
Find the following in your postbit_legacy template:
Code:
<if condition="$post['joindate']">
Above it you will see the following code:
Code:
<div class="smallfont">
<br />
Replace "smallfont" with "pbit".
Enjoy.