Static Background Image

Discussion in 'ColorWay WordPress Theme' started by phildorn, Mar 13, 2013.

  1. phildorn

    phildorn New Member

    Joined:
    Dec 28, 2011
    Messages:
    9
    Likes Received:
    0
    Is there a fix to place a new image in the background as normal but make it static and not slide with the site. Thanks.
     
  2. 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;
    }
     

Share This Page