Title: Child theme css stylesheet doesn&#039;t react
Last modified: August 30, 2016

---

# Child theme css stylesheet doesn't react

 *  [Mindiscover](https://wordpress.org/support/users/mindiscover/)
 * (@mindiscover)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/child-theme-css-stylesheet-doesnt-react/)
 * Hello,
 * I made a child theme with Orbisius Child Theme Creator plugin.
    The function.
   php was empty. and from what I saw at WordPress, I put:
 *     ```
       add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
       function theme_enqueue_styles() {
           wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
   
       }
       ```
   
 * My css.stylesheet was made by the plugin. I just added some commands..
 *     ```
       /*
       Theme Name: Adventure Tours Child 01
       Theme URI:
       Description: Child 01 theme for the Adventure Tours theme
       Author: <a href="http://themeforest.net/user/themedelight">ThemeDelight</a>
       Author URI:
       Template: adventure-tours
       Version: 1.1.1
       */
   
       /* Generated by Orbisius Child Theme Creator (http://club.orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Sat, 28 Nov 2015 18:26:46 +0000 */ 
   
       @import url('../adventure-tours/style.css');
   
       .main-nav > li:last-child {
           margin-right: 25px !important ;
       }
   
       .price-decoration--without-price .price-decoration__label { display:none !important}
   
       .slider {
           margin-bottom: -79px !important;
       }
       ```
   
 * The style is not changing… I think i didn’t call it on function.php right…
    What
   Is wrong here?

Viewing 16 replies (of 16 total)

[←](https://wordpress.org/support/topic/child-theme-css-stylesheet-doesnt-react/?output_format=md)
[1](https://wordpress.org/support/topic/child-theme-css-stylesheet-doesnt-react/?output_format=md)
2

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [10 years, 5 months ago](https://wordpress.org/support/topic/child-theme-css-stylesheet-doesnt-react/page/2/#post-6796714)
 * This isn’t a CSS question and it needs to be asked to the people who built the
   theme. If you were using a theme distributed on WordPress.org then we could help
   you.

Viewing 16 replies (of 16 total)

[←](https://wordpress.org/support/topic/child-theme-css-stylesheet-doesnt-react/?output_format=md)
[1](https://wordpress.org/support/topic/child-theme-css-stylesheet-doesnt-react/?output_format=md)
2

The topic ‘Child theme css stylesheet doesn't react’ is closed to new replies.

## Tags

 * [child theme](https://wordpress.org/support/topic-tag/child-theme/)

 * 16 replies
 * 3 participants
 * Last reply from: [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/child-theme-css-stylesheet-doesnt-react/page/2/#post-6796714)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
