Hi, On other pages on my site there is an image at the top that is greyed out, How do I change that image and not have it greyed out? At the moment I only have one other page that is the contact page but you can see it there www.cocktailsatnoon.com Many thanks Elly
Hello, Go to the Appearance > Theme Options > General Settings panel in your dashboard and upload your images in the "Template Header Background Image" section. This will change the image from the top of another pages. If you want to remove the grey mask from that image then paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .top-bg-mask { background: none; }