SKT Girlie Background Image

Home Forums All Other Themes SKT Girlie Background Image

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #25676
    VictoriaVictoria
    Member
    • Topics: 1
    • Replies: 1
    • Total: 2
    Member since: January 14, 2016

    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

    #25772
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    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

    #25900
    VictoriaVictoria
    Member
    • Topics: 1
    • Replies: 1
    • Total: 2
    Member since: January 14, 2016

    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

    #25937
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Great 🙂

    Regards,
    Brad

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.