Deleted header image on infoway template still appearing
- The topic ‘Deleted header image on infoway template still appearing’ is closed to new replies.
Need help? Check out our Support site, then
Hi there,
I have removed the image permanently from my media folder and for whatever reason it still keeps displaying the image on my infoway template??
Can’t fathom out why or how to get rid of it…i don’t want an image at all as i’m using the slider option instead.
Any assistance would be greatly appreciated.
Thanks
Nick
The blog I need help with is nickthephysio.co.uk.
The blog I need help with is: (visible only to logged in users)
Hello there,
You can remove that image by applying following CSS code in CSS field located in Dashboard->Appearance->Customize
.header_wrap div#headimg{
display: none;
}
or
Go to Dashboard->Appearance->Header
and do edit as shown in below link:
http://screenpresso.com/=SZwjg
This will resolve your issue.