New Topic

Background image not loading properly…

Home › Forum › Help › Background image not loading properly…

This topic contains 5 replies, has 2 voices, and was last updated by  StartupWP 4 years, 11 months ago.

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

    rkbentley
    Participant

    I’ve been using Startup Pro for a bit. Installed it on a new site, was adding pages, text, banner and tried to upload a background image and it’s not populating properly.

    I’ve reloaded WP and deleted Startup Pro and reinstalled and made sure the theme is updated.

    I’ve tried png, jpg and gif and the picture isn’t showing up in either the customize window or on the website.

    The image is showing up in the media folder but it doesn’t seem to be rendering on the website.

    Any suggestions?

    #1621

    StartupWP
    Keymaster

    Can we get the link to both, your website, and the background image?

    #1622

    rkbentley
    Participant

    Yep.

    Website is http://401regimenclassic.com

    Image link is: http://401regimenclassic.com/wp-content/uploads/2014/05/backshield.gif

    If it helps, I even tried to change the color of the background and it’s just coming up gray as it is now.

    #1623

    StartupWP
    Keymaster

    Add the following to your Custom CSS area:

    body {
      background: url("http://401regimenclassic.com/wp-content/uploads/2014/05/backshield.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    You’ll also want to update the social icons and copyright line so that they are more visible with:

    #social a img {
      background: #fff;
      opacity: 1;
    }
    #copyright, #copyright a {
      color: #fff;
      font-size: 16px;
      text-shadow: 1px 1px 1px #000;
    }

    https://startupwp.com/topic/customizing-your-theme/

    #1624

    rkbentley
    Participant

    Thanks for the quick response! That worked.

    I’ve used the theme before on different sites and never had any trouble, dunno what happened here.

    #1626

    StartupWP
    Keymaster

    You’re welcome.

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.