Title: Child Theme Problem
Last modified: August 21, 2016

---

# Child Theme Problem

 *  Resolved [Berndderbernd](https://wordpress.org/support/users/berndderbernd/)
 * (@berndderbernd)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/child-theme-problem-9/)
 * When i build my Child Theme like the Example my ChildTheme have no Menü. Why?
 *     ```
       /*
       	Theme Name: Hueman Child
       	Theme URI: http://alxmedia.se/themes/hueman/
       	Description: Sample child theme for customization.
       	Author: You
       	Author URI:
       	Template: hueman
       	Version: 1.0.0
       */
   
       @import url("../hueman/style.css");
   
       /* ------------------------------------------------------------------------- *
        *  Theme customization starts here
       /* ------------------------------------------------------------------------- */
   
       /* Global */
       .mystyle {}
   
       /* Tablet - 800px, 768px & 720px */
       @media only screen and (min-width: 720px) and (max-width: 800px) {
       	.mystyle {}
       }
   
       /* Mobile - 480px & 320px */
       @media only screen and (max-width: 719px) {
       	.mystyle {}
       }
   
       /* Mobile - 320px */
       @media only screen and (max-width: 479px) {
       	.mystyle {}
       }
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * (@alxmedia)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/child-theme-problem-9/#post-4790404)
 * When you switch from the parent theme to child theme, the menu settings will 
   reset. So you just need to go to Appearance > Menus and re-add them to each area.
 *  Thread Starter [Berndderbernd](https://wordpress.org/support/users/berndderbernd/)
 * (@berndderbernd)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/child-theme-problem-9/#post-4790428)
 * ah okay cool thanks =)
    i have another queston. I changed very much in the style
   css und dont want to change all again so i dont use the import option, i copied
   all from the style.css into the child style.css but then i have no grey backgroud
   in the sidebars. Do know a solution?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Child Theme Problem’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/hueman/3.7.27/screenshot.png)
 * Hueman
 * [Support Threads](https://wordpress.org/support/theme/hueman/)
 * [Active Topics](https://wordpress.org/support/theme/hueman/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/hueman/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/hueman/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Berndderbernd](https://wordpress.org/support/users/berndderbernd/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/child-theme-problem-9/#post-4790428)
 * Status: resolved