Static Background Photo

Discussion in 'Gommero WordPress Theme' started by leonkill2000, May 1, 2013.

Thread Status:
Not open for further replies.
  1. leonkill2000

    leonkill2000 Member

    Joined:
    Jun 15, 2012
    Messages:
    96
    Likes Received:
    0
    Hi
    I would like my background photo to remain static - is this possible?
    As it is a photo I do not want the page to go down beyond the picture into the next tile.

    It is on a test site at present www.websitesecurityfirst.com

    cheers Leonie
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Just leave background field (Appearance > Theme options > General settings > Body background image) empty and
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    body
    {
        background: url(http://www.websitesecurityfirst.com/wp-content/uploads/2013/04/NauticalGifts7.jpg) no-repeat fixed ;
    }
     
  3. leonkill2000

    leonkill2000 Member

    Joined:
    Jun 15, 2012
    Messages:
    96
    Likes Received:
    0
    Thanks for your help - worked a treat :)
     
Thread Status:
Not open for further replies.

Share This Page