2022-02-14, 08:04 PM
(This post was last modified: 2022-03-04, 08:56 PM by Anka06. Edited 3 times in total.)
postbit_signature Templates
global.css
<div class="sgnture">{$post['signature']}</div></div>
global.css
.sgnture {
width: 100%;
position: relative;
padding: 16px 20px 16px 68px;
margin-top: 10px;
background: #f4f5f6;
font-size: 13px
}
.sgnture:after {
position: absolute;
bottom: 100%;
left: 4%;
height: 0;
width: 0;
margin-left: -6px;
content: " ";
border: solid transparent 8px;
border-bottom-color: #edeff2
}
.sgnture:before {
position: absolute;
left: 20px;
top: 50%;
margin-top: -15px;
font-family: Font Awesome 5 Free;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
font-size: 20px;
content: "\f040";
color: #e37d8c;
}
Our New Theme Published = click to download