Post Author
Posted: Sat Feb 18, 2017 6:53 pm
@dmzx via postauthor
Used for changing color however box remains and there's no space between "Post" and "By" -- which php file needs editing for this?
Code: Select all
p.author{
display: none;
}
p.postauthor {
margin-bottom: 7px;
}
span.postauthor {
background: #000000;
padding: 1px 6px;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
line-height: 1.2em;
clear: both;
border: solid 1px #999999;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
}