Quote:
Originally Posted by tafreeh
|
Yes.
Open up postbit.css template:
Admin cp > Styles & Templates > Style Manager >Edit Templates > CSS Templates> postbit.css and add the following:
Code:
Code:
.pbit {
padding: 3px 3px 3px 3px;
background-color: #option;
border-top: 1px solid #dadada;
border-right: 2px solid #dadada;
border-left: 1px solid #dadada;
border-bottom: 2px solid #dadada;
margin-bottom: 3px;
}
I had to do it this way; it wouldn't work any other way for me.