Tagged: background image
This topic contains 5 replies, has 2 voices, and was last updated by StartupWP 4 years, 11 months ago.
- AuthorPosts
- May 21, 2014 at 4:09 PM #1620
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?
May 21, 2014 at 5:09 PM #1621Can we get the link to both, your website, and the background image?
May 21, 2014 at 5:13 PM #1622Yep.
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.
May 22, 2014 at 4:01 AM #1623Add 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; }
May 22, 2014 at 7:30 AM #1624Thanks for the quick response! That worked.
I’ve used the theme before on different sites and never had any trouble, dunno what happened here.
May 23, 2014 at 6:10 AM #1626You’re welcome.
- AuthorPosts
You must be logged in to reply to this topic.