Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.
Closed 6 years ago.
Improve this questionI'm working with farvis theme. In that theme I removed background image in customize >> page titles & Breadcrumbs >> background image >> remove. But after I clicked save and reloaded the site another image is showing on screen in header image, I didn't find that image in Media Library.
Why this happening after removing header image in theme option. Tell me any additional CSS code to solve this problem.
Here is my screen shots. My desktop view If you can observe that image in between slider and menu there is an image. I want to remove that.
Here's the mobile view. Please tell me solution for this ASAP. Thank you.
Closed. This question is off-topic. It is not currently accepting answers.Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.
Closed 6 years ago.
Improve this questionI'm working with farvis theme. In that theme I removed background image in customize >> page titles & Breadcrumbs >> background image >> remove. But after I clicked save and reloaded the site another image is showing on screen in header image, I didn't find that image in Media Library.
Why this happening after removing header image in theme option. Tell me any additional CSS code to solve this problem.
Here is my screen shots. My desktop view If you can observe that image in between slider and menu there is an image. I want to remove that.
Here's the mobile view. Please tell me solution for this ASAP. Thank you.
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
display:none;
– Pratik Patel Commented Dec 17, 2018 at 7:30