- This topic has 3 replies, 2 voices, and was last updated 9 years, 6 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › SKT Girlie Background Image
Hey there, I’m enjoying using the SKT Girlie theme and just had a small question, I’ve found it easy enough to play with so far, but this bit has puzzled me!
I have a background image set through the user interface, however I really only want the background to be on the home page, and not on any of the child pages.
Is this something that I can achieve please? I’d really appreciate your help.as the background image on all the other pages makes the text hard to read.
www.nathanvictoria.co.uk
Kind regards,
Victoria
Hi Victoria,
Kindly remove the background from user interface and go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code:
body.home {
background-attachment: scroll;
background-image: url(“http://nathanvictoria.co.uk/wp-content/uploads/2016/03/cropped-stripes-teal.png”);
background-position: left top;
background-repeat: repeat;
}
Regards,
Brad
Hey! Thanks for your help, at first it wasn’t working and I couldn’t figure out why – but after some googling I think it should read:
background: url(http://nathanvictoria.co.uk/wp-content/uploads/2016/03/cropped-stripes-teal.png);
As the background-image version did not work. But it’s all up and working now 🙂
Thanks for your help!
Victoria
Great 🙂
Regards,
Brad
Do you want to activate WordPress plugins from the database? This term is new yet interesting to learn. And if you are looking for an […]
Image Gallery WordPress Plugins You’ve got stunning visuals, but WordPress’s built-in gallery block is too basic. It doesn’t let you do fancy layouts, lightboxes, or […]
Insert Headers and Footers Plugins When you need to add essential scripts—think Google Analytics, Facebook Pixel, or custom CSS—to your site, modifying theme files is […]