This just happened to me, as well.
Hi @djburi777,
I hope you are well today and thank you for your question.
You can try resolving the issue this by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Dazzling Options -> Other -> Custom CSS
#page .site-title {
clip: initial;
}
Best regards,
Vinod Dalvi
That fixed the problem for me, Vinod. Thank you.
That didn’t work unfortunately @vinod-dalvi. It put the header image back in, but it didn’t insert it as a header image. It inserted it over the Menus,the title of the first post, and part of the sidebar.
Ok then could you please try using following custom CSS code instead of above?
#page .site-title {
clip: initial;
position: relative;
}
That got it back up. Thank you! The header image currently only stretches about 70% of the page with that custom code. Is there a way to ensure it spans the entire page
http://www.nothinganygood.com is the site.
Thank you again for your support, Vinod!
The header image currently only stretches about 70% of the page with that custom code. Is there a way to ensure it spans the entire page
This is because the header image http://www.nothinganygood.com/wp-content/uploads/2016/01/Nothing-Any-Good.jpg you have set has smaller width so please set larger image.
User error. Ok, thanks Vinod! I’ll look into that.
You are most welcome here 🙂