New Topic

Background image not loading properly…

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

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #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 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.