Scroll Locking the Background Image

Discussion in 'Cloriato WordPress Theme' started by gabriellastrano, May 7, 2013.

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

    gabriellastrano Member

    Joined:
    May 6, 2013
    Messages:
    95
    Likes Received:
    1
    I'm trying to lock the background image so that when I scroll down the page, the background image/pattern stays where it is and only the white main part of the cloriato theme web page scrolls down. I have looked everywhere on the wordpress theme and dashboard but can't find where the option is. Please can you tell me how to lock the background image and only scroll the white/main body of the website where all the font and images are?



     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,


    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    body {
    background-attachment:fixed;
    }
    This will solve your issue.
     
  3. gabriellastrano

    gabriellastrano Member

    Joined:
    May 6, 2013
    Messages:
    95
    Likes Received:
    1
    Thanks! All fixed!
     
Thread Status:
Not open for further replies.

Share This Page