Question

I'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 enter image description here If you can observe that image in between slider and menu there is an image. I want to remove that. My mobile view

Here's the mobile view. Please tell me solution for this ASAP. Thank you.

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with wordpress.stackexchange
scroll top