Postbit_Legacy & postbit template find:
PHP Code:
<!-- icon and title -->
<div class="smallfont">
<if condition="$show['messageicon']"><img class="inlineimg" src="$post[iconpath]" alt="$post[icontitle]" border="0" /></if>
<if condition="$post['title']"><strong>$post[title]</strong></if>
</div>
<hr size="1" style="color:$stylevar[tborder_bgcolor]; background-color:$stylevar[tborder_bgcolor]" />
<!-- / icon and title -->
and change code:
PHP Code:
<!-- icon and title -->
<div class="smallfont">
<if condition="$post['title']"><span class="Konubaslik">$post[title]</span></if>
</div>
<if condition="$post['title']"><hr size="1" style="color:$stylevar[tborder_bgcolor]; background-color:$stylevar[tborder_bgcolor]" /></if>
<!-- / icon and title -->
<br/>
and Additional CSS:
PHP Code:
span.Konubaslik {
font-family: 'Oswald', sans-serif;
font-size: 17px;
font-weight: normal;
color: #484849;
line-height: 25px;
display: block;
margin: 2px 2px 0 2px; }
@font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 400;
src: local('Oswald Regular'), local('Oswald-Regular'), url(http://themes.googleusercontent.com/static/fonts/oswald/v7/PyqsDANUgLi2UsdO-d4iZQ.woff) format('woff');
}
Preview: