Dear sir I try these thread but background image not showin http://www.inkthemes.com/community/threads/how-to-change-the-background-image.8512/#post-31611 http://www.matrimony.keralaindex.in/
Hello, You are applying the solution of ClassiCraft theme in the LocalBusiness Theme due to which the solution is not working. To apply the background image in the header of Local Business theme, you can paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .header { background: url(Enter the background image URL here) no-repeat top left; background-size: 100%; } This will solve your issue.