Home › Forums › All Other Themes › SKT Girlie Background Image
- This topic has 3 replies, 2 voices, and was last updated 7 years, 3 months ago by
Forum Moderator.
-
AuthorPosts
-
March 5, 2016 at 7:47 pm #25676
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,
VictoriaMarch 7, 2016 at 5:21 am #25772Hi 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,
BradMarch 7, 2016 at 9:58 pm #25900Hey! 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!
VictoriaMarch 8, 2016 at 5:57 am #25937Great 🙂
Regards,
Brad -
AuthorPosts
- You must be logged in to reply to this topic.