Hi there
I would like to add an image into the title bar on a specific post. I’ve tried the code below but it only works on a page, not a post.
Your help greatly appreciated.
Code I tried:
.page-id-3979 .title_container { background: url(https://wisdomtrove.com/wp-content/uploads/2017/10/23.jpg) top center no-repeat; }
Post in question:
Hey graememyburgh,
Please try this instead:
.postid-3941 .title_container {
background: url(https://wisdomtrove.com/wp-content/uploads/2017/10/23.jpg) top center
no-repeat;
}
Best regards,
Rikard
Magic! Thank you.
Hi graememyburgh,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria