I thought that the header image on the secondary pages could be changed under the theme options. Where can I change that? I noticed that on my monitor versus my laptop, there are gray edges on either side of the picture. Plus I need to replace the picture and. I cannot find where to replace this. Maybe I did some custom CSS. Not sure. http://181.224.137.67/~academy6/about-us/ - so it is the image above of the football field that I want to replace and resize. Thanks for your help.
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .header_container.not_home { background: url(images/header-bg.png) center; } Please use URL of image in palce of images/header-bg.png if you want to change the image. Thanks & Regards Pramod