(2019-04-27, 09:47 PM)Michael2014 Wrote: open your global css file
and add some background properties like
background-image: url(image-address.png);
background-color: #cccccc;
to
.post.classic .post_author {
border: 1px solid #3A3939;
float: left;
width: 15%;
margin: 0;
margin-top: -15px;
padding: 0px 10px;
}
Thank you, I'll go ahead and give that a try now.
Edit: I was able to do it successfully. Will this change be just for me or will it be the background of every user?