Hide Image On WordPress On Single Page [closed]

Just override the background property with the below code in your child css.

#title {
    background: none !important;
}