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
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: body { background-repeat:no-repeat; }