Hi, evertime I add a background image it is displayed as small multiples of the image. How do I Fix? thanks
Hi, Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: body { background: url("Image URL") !important; background-repeat: no-repeat !important; background-size: cover !important; } Thanks, Praveen
Hello, Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: body { background: url("http://headphonesforworkingout.com/wp-content/uploads/2015/02/Headphones-for-running-folded.jpg") !important; background-repeat: no-repeat !important; background-size: cover !important; } In the above code please use a particular image link which you uploaded. Thanks & Regards Pramod