cover image in ask question page
Just add this code to your css file:
.page-header.questions-header {
background-image: url("/wp-content/themes/askbug/images/code.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}And just replace
/wp-content/themes/askbug/images/code.jpg
With your image url.
