Hello guys, I'm trying to set a new background for this theme. When I did it through the dashboard it set the image to repeat. I tried to find the class for the image within the css but was unable to. Can someone help me out. I'm trying to set the image to no-repeat and the background size to cover. Thanks!
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: body.home.blog { background-repeat: no-repeat !important; } Thanks & Regards Pramod