New Topic

Reply To: Background image not loading properly…

Home › Forum › Help › Background image not loading properly… › Reply To: Background image not loading properly…

#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/