Closed. This question is off-topic. It is not currently accepting answers.admin管理员组文章数量:1130349
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.
Share Improve this question edited Dec 17, 2018 at 7:34 Anudeepsyamprasad asked Dec 17, 2018 at 7:27 AnudeepsyamprasadAnudeepsyamprasad 34 bronze badges 6 | Show 1 more comment1 Answer
Reset to default 0Put 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
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.
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.
Share Improve this question edited Dec 17, 2018 at 7:34 Anudeepsyamprasad asked Dec 17, 2018 at 7:27 AnudeepsyamprasadAnudeepsyamprasad 34 bronze badges 6-
You can hide that image div using css like
display:none;– Pratik Patel Commented Dec 17, 2018 at 7:30 - When do I add this code? @PratikPatel – Anudeepsyamprasad Commented Dec 17, 2018 at 7:35
- Please share full CSS code. – Anudeepsyamprasad Commented Dec 17, 2018 at 7:36
- Please share your site link so i can create css as per div – Pratik Patel Commented Dec 17, 2018 at 7:40
- odishahues ---> Here's my site link. – Anudeepsyamprasad Commented Dec 17, 2018 at 7:41
1 Answer
Reset to default 0Put 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
本文标签: How do I remove headerpagetitle image in farvis theme
版权声明:本文标题:How do I remove headerpage-title image in farvis theme? 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:https://it.en369.cn/questions/1749092132a2314684.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。


display:none;– Pratik Patel Commented Dec 17, 2018 at 7:30