• Hello,

    I am trying to figure out how to change the picture of the plate in the header that shows on all pages except for homepage. Please help!

Viewing 1 replies (of 1 total)
  • Tanay

    (@tanaykhandelwal-1)

    Hi olivseo,
    How are you..

    For this use below code in the Child_Theme style or in any custom css plugin [replace the image url with your choice.]

    #wrapper {
        background-image: url("https://www.chatnox.com/blog/wp-content/uploads/2015/07/wp-jp.jpg");
        background-position: center;
        background-size: cover;
    }

    Regards,
    Tanay Khandelwal

Viewing 1 replies (of 1 total)
  • The topic ‘Header image in pages’ is closed to new replies.