Background Gradient

Discussion in 'Local Business WordPress Theme' started by randydiefel, Feb 6, 2013.

  1. randydiefel

    randydiefel New Member

    Joined:
    Dec 28, 2011
    Messages:
    1
    Likes Received:
    0
    I created a background gradient image in photoshop. The image is banding or repeating (not sure what you call it) on my local biz theme site, ...what is the code to stop that from happening? 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-repeat:no-repeat;
    }
     

Share This Page