Archived topic
individual post image background
7 replies · Started by Raj on January 19, 2021
hello, i'd like to post a background image
on some specific posts. as such, is there a way to have a background image post for an individual post?
running:
3.0.3
1.12.3
thanks,
Hi there,
We would need to use CSS.
Can you link me to the post in question and let me know which background (body, content?) you want to add?
hi Leo, see attached. thanks. I've pasted the link.
ty.
Hi there,
can you provide a login so we can get past the Maintenance Mode.
yes, and oops! pasted below:
-R
If its just that post then you can use this CSS:
.postid-5115 #page {
background-image: url('full_url_to_the_image');
background-size: cover;
background-position: 50% 50%;
}
The 5115 in the .postid-5115 refers to the ID of the post itself.
If you want to be displaying different images for different posts then we would need a more dynamic method... let me know.
thank you! this puts me on the path.
have a good one.
R.
You're welcome