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.
Related Posts:
- Add a dropdown to theme customizer
- Theme Customizer : how to create multiple-level panel
- Allow Shortcode in Theme Customizer
- Editing the custom background CSS
- Is the theme customizer slowing down my site?
- How do I get a parent theme modification from a child theme?
- add_theme_support( ‘custom-header’ ) does not add option menu in dashboard
- How to remove header images from all pages except the home page? skeleton theme
- “Display Site Title and Tagline” checkbox not working?
- How to set page template on front using starter content?
- How i can get widgets areas working in customizer?
- How Can I Create a List of Values to Be Iterated Through via WordPress Customization API?
- How to disable automatic colors in the Twenty Twenty theme?
- WordPress not registering Theme Customization Section
- WP_Customize_Color_Control omitting # symbol
- Hide header texts (Title & Tagline) in custom-header.php
- get_option in header.php not returning value from customizer
- Internal error 500 accessing Theme > Customize
- Edit footer via customizer
- Folder name for a pro version of a WordPress.org theme?
- Customizer: save setting/control content to post/page
- Is accessing theme and using customizer GPL distribution?
- How to enqueue javascript for WP Customize options sidebar?
- Customizer – loading settings/controls/sections/panels based on a id/page id
- Set a featured image as a replacement to the header image
- header_image not returning header image url
- Theme Customizer not displaying saved values in wp_head (CSS)
- How to set Post meta-box defaults based on the choices made by user in Customizer?
- Alignment Problem [closed]
- Customizer: get_preview_url() inside customize_save_after hook
- How to add cropped custom header image?
- Let user to upload multiple time
- How to copy page/post from one theme to another?
- How to change listing type permlink?
- How to enable admin to upload multiple images to support header carousel slider theme in WordPress?
- Customizer API Multi Sections in single Panel
- (Parent) theme Is Not Showing In Theme Selection Panel and Therefore Breaks Child Theme
- How to show some of category in wordpress
- Is there a way to create sections under “Colors” panel in the Theme Customizer?
- Correct was to customise theme using get_theme_mod in scripts
- Using Customizer value in an external PHP file inside a theme
- “No Data Received” error in Chrome every time i try to update the theme functions file
- Theme customizer live preview JS- Trying to bind to an html image url without luck
- How to make a multilingual wordpress site to be translated one-to-one without much effort and without using translate?
- How to show associated fields if checkbox is checked in customize widget screen using wp_customize?
- Is child-theme required when modyfing “Appearence > Editor”?
- How to Add Dynamic Sliders to WordPress Customizer with JavaScript
- Sizing screenshot.png without losing aspect ratio
- How To extend WP_Customize_Control
- How to add CSS class to custom logo?
- How to add custom css file in theme?
- theme path in javascript file
- How do I remove a pre-existing customizer setting?
- get_template_part vs action hooks in themes
- The the_post_thumbnail without srcset?
- The proper way to include/require PHP files in WordPress
- after_setup_theme always runs
- Do I actually need to link my theme’s style.css in the theme files
- Using classes instead of global functions in functions.php
- WordPress API Menu/Submenu Order
- How to insert a logo in the header?
- How to move page template files like page-{slug}.php to a sub-directory?
- Theme customizer – settings order
- CSS classes for theme
- Custom Image section in Customizer
- Get entered value of customiser field for live preview
- Add custom classes to anchor in wp_nav_menu
- How to remove search bar from a wordpress theme? [closed]
- Should `get_template_directory_uri()` be escaped?
- Get url of thumbnail from the media uploader
- My child theme doesn’t work Error: “The parent theme is missing. Please install your parent theme”
- How to remove the Theme Customization Button from the dashboard and themes options page?
- When cropping a header image, retain meta data (i.e. name, description, etc.) from original image?
- How To Add New Option Types To Option Tree?
- WP 3.4 – what action/hook is called when theme customisation is saved?
- Is it possible ( or advisable) to allow open access to the new theme customizer for potential clients?
- What WP folder can I use to write files to?
- Are the WordPress Core CSS styles really all nessesary?
- Should I use set_transient or update_option?
- Why doesn’t default WordPress page view use force_balance_tags?
- Page template in two level deep folder
- Why I can’t add a CSS style in this WordPress theme?
- Theme file for all pages that are a child of a specific page
- Theme Customizer – Nested Sections?
- Where to post/upload the new theme for WordPress theme repository
- Customizer Active Callback not working
- Is having multiple theme customizers for different pages possible?
- Setting multiple default background images?
- Template for individual post designs
- How to make a theme with more than one CSS file?
- Can I create customizer setting that can handle plugin shortcode?
- Is it good to rename theme folder downloaded from WordPress.org?
- Best practice way to implement custom sections into a WordPress theme
- What is the problem if I use CDN in my WordPress parent theme(built using bootstrap)?
- register_sidebar ignores ‘id’ and ‘class’
- What, specifically, should be included in theme_name_setup()?
- How to get gallery images?
- Is it possible to use line break in theme description?
- How to execute conditional script when on new customize.php (Theme Customize) screen
- Trigger Customizer saving process with Javascript only