background image fix it

Discussion in 'Cloriato WordPress Theme' started by netspezi, Mar 25, 2013.

  1. netspezi

    netspezi New Member

    Joined:
    Jan 2, 2013
    Messages:
    18
    Likes Received:
    0
    I have on my website (http://www.specialdive.at) a background image.
    I would like to have this fixed. Now when I scroll down then the picture comes twice. how can I prevent it?how can I fix it
    Please Help

    thx
    mike
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello Netspezi,
    Paste the following code in your custom css
    Appearance -> Theme Options -> Styling Options -> Custom CSS
    Code:
    body {
    background-attachment: fixed;
    }
    This will solve your issue.
     
  3. netspezi

    netspezi New Member

    Joined:
    Jan 2, 2013
    Messages:
    18
    Likes Received:
    0
    THX ;)
    it works !!!!!

    There is a new Version from the Thema How i make the update ???

    thx
    Mike
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107

Share This Page