This topic has 6 replies, 3 voices, and was last updated 8 years, 9 months ago ago by Eva Kemp
Is it possible to have an image as background on my website home page?
Hello,
Do you want to show background image only on home page or all other pages too?
Please provide your site name and WP Dashboard credentials in private content.
Best regards,
Jack Richardson.
Only home page please.
Hello,
Please add this code in custom.css file:
body.home.page.page-id-11 .wide .wrapper {
background-image: url('http://path_to_your_image');
}
Best regards,
Jack Richardson.
Hello Jack,
Ive added the code as above to my custom css, but it appears to be the same? and not working, any suggestions please?
The destination of the image is:
http://www.goldengown.co.nz/wp-content/uploads/2016/02/website-background.jpg
Thank you.
Hello,
I’ve edited the code to this one:
.home.wide .wrapper {
background-image: url('http://www.goldengown.co.nz/wp-content/uploads/2016/02/website-background.jpg') !important;}
Please check home page now.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up