Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #449784

    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)?

    #450213

    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

    #450359
    This reply has been marked as private.
    #450696

    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

    #450867

    Works great! Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Add background image to all posts only’ is closed to new replies.