It sounds like you just need to remove support for the custom background color.
remove_theme_support( 'custom-background' );
You will probably need to hook it to get it to run after the parent functions.php
function disable_bg_wpse_97248() {
remove_theme_support( 'custom-background' );
}
add_action('after_setup_theme','disable_bg_wpse_97248',100)
Related Posts:
- Remove Archives in category title
- Twenty Twelve Theme pagination issue
- How to customize WordPress twentytwelve_comment function
- TwentyTwelve, where is the excerpt box in add new?
- TwentyTwelve child theme style.css?ver=3.8.1
- WordPress Twenty Twelve Child Theme. Removing default widgetized areas
- Remove Archives in category title
- Unregister mobile menu in twenty twelve not working
- How to expand picture to cover entire header area? (twenty-twelve theme)
- deleting replies on post previews on the homepage
- dates under post titles — also showing up under Nav
- Change Font Size on Blog (Twenty Twelve)
- What font does TwentyTweleve use? (not as simple as it sounds)
- My theme is not showing up on any other computers
- Remove Open Sans from Twenty Twelve theme
- How do I add settings to the Background Options Page?
- What is meant by __(‘page’,’twentytwelve’)
- How WP_Customize_Background_Image_Control is supposed to work?
- How to get attachment id of background image?
- Add custom background to div in home page
- Change background color with a dominant from picture
- How to get a different mobile menu than desktop menu in the twentytwelve child theme
- FireFox Inspector :: find CSS file related to
- Multiple Custom_Background, is it possible?
- Call sidebar from a template
- Custom background for the index page only?
- @wordpress/create-block image url in css
- Is this possible to attach the background image to a div instead of body?
- Custom Background-Image not showing up
- How to add background image control to page admin controls?
- How to customize a divs background dynamically using Advanced Custom Fields Plugin?
- Weekly background code not working
- Implementing “Random” to custom-background
- Why does the Full-width Template in Twenty Twelve pack so many classes into the body class attribute?
- How do I set the featured image size on the single post?
- Add Custom Background Properties to Customizer
- Custom Background not Appearing
- Create an extra Widget Areas in WordPress TwentyTwelve
- Override the function twentytwelve_scripts_styles in a child theme
- Background image not appearing
- Implementing the twentythirteen responsive menu in twentytwelve
- Twenty Twelve theme search returns Nothing Found
- Elements floating on top of each other when Resizing or checking site on mobile. Twenty Twelve
- two columns of posts on homepage, one of them “favorites”
- strange behavior with comment position
- Custom header tiling?
- Custom Background by Page IDs
- Change background color of subpages
- Is there any way to register custom background images like header images?
- HowTo: develop WP template with dynamic background image
- How does the Twenty Twelve Navigation Bar work?
- How to make content area in full width in Twenty Twenty-One theme?
- Placing background image over section divider
- Add date before entry title in Twenty Twelve
- Add custom background to section in home page
- Section Background Images?
- Blank/White on certain parts of pages
- override a css style [closed]
- With over a page of content the footer remains where the bottom of the screen was at top scroll
- Twenty Twelve Widget Taking Space
- Logo is not being displayed in header (Twentytwelve)
- Change Twenty Twelve’s comment form in a child theme
- Random sidebar/widget background
- Restrict size of custom background image
- How to change the background color of my header dynamically based on a Custom Posts types color value?
- Search Form Not Working
- Is the front-page.php template reserved in wordpress twenty twelve theme?
- Inline-Table under TwentyTwelve not working
- Post to inherit custom category background image from parent
- Fullscreen Page Background without Plugin [closed]
- Inserting a background-image
- Fetch customizer image and output as an inline css style background image
- Custom Background for each page and post
- Featured Image as Background with Offset
- Different body image backgrounds on different pages, posts and categories
- Why, when it comes to custom background and image, does ‘The first value registered’ win?
- change link of menu particular tab
- Twenty Twelve entry meta data – change and move
- Upgraded to 3.8.1 on wp-admin but unable to upgrade in godaddy cpanel
- Create a body div using CSS [closed]
- Add Media + Quick Edit buttons not working
- Problems Replacing Background Color with Static Background Image in Responsive Design
- Which files can be replaced in a child theme?
- Animate.CSS with a child theme
- How to add excerpt in loop in Twenty Eleven theme?
- How to retain responsive navigation menu in twentyeleven child theme
- Call sidebar from a template
- collapse twenty twelve submenu in mobile version
- default custom background image not saved in database when creating a new site
- Custom Background: Can’t Set Color Default
- twenty twelve theme widgets not working
- How to Disable Color Options?
- change with CSS the color of an svg background image set with “background-image: url()”
- Change Twenty twelve theme background color
- Change background image based on tags
- background changed after WordPress update
- Custom background not showing
- Post interior margin in twenty eleven theme
- how to change background color of my all post
- background not fixed and scaled on iPhone (but working on every other device)