MyBB Community Forums

Full Version: Adding Image to Postbit Background
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(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;
}

[Image: HEOe5fG.png]

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?
(2019-04-27, 10:24 PM)Photo Wrote: [ -> ]
(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;
}

[Image: HEOe5fG.png]

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?

Every user. Global CSS controls the entire website
(2019-04-27, 10:37 PM)Michael2014 Wrote: [ -> ]
(2019-04-27, 10:24 PM)Photo Wrote: [ -> ]
(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;
}

[Image: HEOe5fG.png]

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?

Every user. Global CSS controls the entire website

Gotcha, I appreciate the help.
Pages: 1 2