Okay so like
I wanna add a background to where your “blog entries” area on your profile is but I’ve tried searching up the code for it but it isn’t the kind of code I want!
This is what I’m talking about btw

If someone could give me the code, that would be AWESOME
Comments
Displaying 1 of 1 comments ( View all | Add Comment )
Sage!!
.blog-preview {
background-image: url("LINKHERE");
background-size: cover;
background-position: center;
padding: 15px;
border-radius: 10px;
}
I hope you meant this
This is exactly what I meant THANK YOU!!! :D
by Asher; ; Report