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
- Insert HTML just after tag
- featured image as background image on pages
- 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
- Display custom_background outside wp_head()
- Plugin development without Theme adjustments?
- 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?
- Create a new template for twentytwelve
- Get background color for Live Preview with Theme Customization API?
- @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?
- Add post dates from child theme and change font size on homepage post
- How to customize a divs background dynamically using Advanced Custom Fields Plugin?
- Jetpack infinite scroll not working on Twenty Twelve [closed]
- TwentyTwelve child theme mobile menu not working
- 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 to remove custom background?
- How do I set the featured image size on the single post?
- Front page should display only one category of posts including sticky post with custom featured post box
- Rotating background images with admin options
- Add Custom Background Properties to Customizer
- Custom Background not Appearing
- How to handle a background-size: cover image in WordPress?
- 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”
- Switch from hover to click on Twenty Twelve Menu
- Can I use wordpress themes without wordpress?
- strange behavior with comment position
- Custom header tiling?
- Custom Background by Page IDs
- Using featured img as div background
- Different background images on different sites [closed]
- 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
- Change background image per page
- How does the Twenty Twelve Navigation Bar work?
- magic “MENU” button under Twenty Twelve theme
- 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
- How to use WP Theme Option: Custom_Backgrounds on specific element?
- 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 the background of each post according to the category
- Change Twenty Twelve’s comment form in a child theme
- Custom Background default color not changing
- 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?
- Random home page background images with caption text
- Search Form Not Working
- Display background color or image with custom meta box?
- 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
- Background image no longer fits to screen now that project is in php files
- Setting up Pagination with twentytwelve_content_nav
- Fullscreen Page Background without Plugin [closed]
- How to change the background color that appears at top when we pull down a website on mobile device?
- Inserting a background-image
- Structuring Nav Menu and Background Custom page (Help)
- I would like to set a FULL SCREEN background image to all my pages (same way it is on my home page)