How to fix background image?

Discussion in 'Cloriato WordPress Theme' started by midoricraft, Dec 8, 2012.

  1. midoricraft

    midoricraft Member

    Joined:
    Dec 7, 2012
    Messages:
    38
    Likes Received:
    0
    I uploaded my background image, but it moves as I scroll down the page. I understood that I need to append this code, "no-repeat top left fixed", but I could not find my image url in the Stylesheet.
     
  2. midoricraft

    midoricraft Member

    Joined:
    Dec 7, 2012
    Messages:
    38
    Likes Received:
    0
    Can anyone help me with this problem pls? My background image is a scenery, when I scroll down a long text post, the background image also moved, thus does not look neat. Thanks in advance for helping.
     
  3. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    body{
    background-attachment: fixed!important;
    }
     
    midoricraft likes this.

Share This Page