• Hello,

    I am trying to add this image:
    here

    to my website here
    on this specific page: here

    I’ve tried everything! …or at least I think I did.
    I didn’t think something this simple would be this hard.

Viewing 1 replies (of 1 total)
  • Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    Hi there!

    One way would be using a custom CSS plugin or if you theme provides an area for custom CSS to use WordPress’ body classes to your advantage. Each post/page had their own ID and CSS body class.

    You can use something like:

    .page-id-271 {
      background: url( 'path/to/image.png/' );
    }

    Hope that helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Custom Post Background Image’ is closed to new replies.