Hi,
I figured out how add a background image (not using boxed layout) site wide, but how could I add a background image to only the posts (not pages)?
Hey dburton77!
How are you adding the background image? We might be able to give you some CSS to use in the page.php file. Send us a link to one of your posts and a page and we’ll take a look.
Best regards,
Elliott
Hi!
I don’t see the background image your talking about.
If your just trying to change the background for the single posts then you can use some CSS like so.
.single-post #main > .container_wrap_first {
background: url("URL to your image") !important;
}
Otherwise take a screenshot and highlight exactly what your trying to do so we can get a better idea.
Best regards,
Elliott
Works great! Thanks!