cover image in ask question page

4.61K viewsThemes
0

Rahul,

How to set cover image in “Ask Question Page” like yours

1

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.

You are viewing 1 out of 2 answers, click here to view all answers.