Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #831341

    HI,
    I’ve tried all the free plugins out there, and multiple code strings, even ones you have suggested for other people, but cannot get a background image to show on my page.
    I have changed the layout to boxed layout, instead of stretched.
    What can I try next?
    Thanks,
    Becky

    #831359

    Hey beckyjoubert,
    Can you please include a admin login in the private content area so we can take a closer look.
    Do you have a background image picked out for this page?

    Best regards,
    Mike

    #831474

    Hi Mike,
    Yes, I have a background image of a car in the library.
    I’ll include the login.
    Thanks,
    Becky

    #831547

    Hi,
    In your Quick CSS, your image url had a trailing slash, so I removed it and added “background: cover” so you code now looks like:

    .page-id-15 .container_wrap { background-image: url("https://growyourfuture.net/wp-content/uploads/2017/07/car-wallpaper.jpg") ;
    -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
     }

    Although the image shows, it’s not a good image size, so it looks grainy and not centered. Please try using a much larger image.

    Best regards,
    Mike

    #832492

    Hi Mike,

    Thanks so much for correcting that for me. I would NEVER have figured that out! I thought I had uploaded a high resolution image so I have corrected that as well.
    Thanks again,
    Becky

    #832607

    Hi,

    I’m glad Mike’s solution helped you. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Adding Background Images to Single Pages’ is closed to new replies.