Hi, I would like to change the background image from the small square which is repeated. It's no problem merely changing bg.jpg to my own image. However, I need to know where the "repeat" css is coming from so it can be omitted. My new image will be a large jpeg so the repeat is surplus to requirement. I've gone through all the css files but can't seem to find where its declared. Thank you!
Hello, We have not added any repeat css for background. It is repeating by default. To fix background Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: body, html { -webkit-background-size: cover!important; -moz-background-size: cover!important; -o-background-size: cover!important; background-size: cover!important; } Thanks & Regards Nitesh Raghuwanshi