Hi,
I have a page called ‘Blog Posts By Year’, which is published here:
https://followtheboat.com/blog-posts-by-year/
I am trying to add a background image using the page id number but it is not calling it up.
.page-id-40002 {
background-image: url("https://followtheboat.com/wp-content/uploads/2015/08/sailboat-thailand-tropical-holiday-esper.jpg");
I’ve checked that the page ID is correct and I’ve actually used this same image on the blog page (which used the element .blog. site) so I know the image works but when I inspect this page the CSS is missing. It is using the default template and I’m trying to get the image and the page title to look the same as https://followtheboat.com/blog.
I know this is a simple issue, any pointers?
Also note how the sidebar has been pushed to the bottom. I’d like to remove the sidebar altogether.

