Header image not displaying (both default and custom)
-
The website link: https://www.inadrop.com/sayadaw
Using a Child Theme for Twenty ThirteenI am trying to change the header image of my website but no matter which image I choose I cannot change it. Everything appears to be working, but the header image is not displayed on the website. I cannot find out what might be the problem, I have done some customizations and I have installed some plugins:
Jetpack
Disable Comments
NextGEN Image Gallery
Styles
Styles TwentyThirteenWhen I ‘Inspect Element’ the header, I see that the CSS code that is used to display the header: .site-header {
background: url(https://inadrop.com/sayadaw/wp-content/uploads/2013/12/Header1.gif) no-repeat scroll top;
background-size: 1600px auto;is ‘striped away’. What I mean is that after the part .site-header { everything else has a big line through it. So it appears to me that the code is ‘cancelled’ somehow, but I am not sure why. I have tried to add the code manually to my CSS file of my Child Theme but it still gets ‘striped away’. I tried to include the code !important but it did not work either.
Would somebody be able to see if I am missing something here?
- The topic ‘Header image not displaying (both default and custom)’ is closed to new replies.