How do I remove header/page-title image in farvis theme? [closed]

Put below CSS end of your theme style.css file

wp-content/themes/farvis/style.css

section.header-section {
background-image: none !important;
}

Please try and let me know if any query.

Updated
enter image description here