Title: Child Theme CSS Issues
Last modified: August 21, 2016

---

# Child Theme CSS Issues

 *  [rmetfd](https://wordpress.org/support/users/rmetfd/)
 * (@rmetfd)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/child-theme-css-issues/)
 * Hi.
 * I’m customising a child theme in WordPress.
    The original theme has two stylesheets
   in the theme directory, ‘style.css’ and ‘memento.css’.
 * WordPress is reading its styles from ‘style.css’ correctly but not reading any
   styles from my modified version of ‘memento.css’.
 * I’ve added the following code to my child themes version of ‘style.css’ but nothing
   to the ‘memento.css’ file.
 *     ```
       /*
        Theme Name:     Meménto Child Theme
        Theme URI:      http://www.elegantthemes.com/
        Description:    Meménto Child Theme
        Author:         Elegant Themes
        Author URI:     http://www.elegantthemes.com
        Template:       memento
        Version:        1.0.0
       */
       ```
   

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

 *  [BeardedGinger](https://wordpress.org/support/users/joshlimecuda/)
 * (@joshlimecuda)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/child-theme-css-issues/#post-4896645)
 * Do you have a copy of memento.css that you are editing in the root of your child
   theme?
 * If so, you’ll need to ensure that your child theme is loading this new file. 
   You can do that by using `wp_enqueue_style` within the functions.php file of 
   your child theme.
 * It should look something like:
 * `wp_enqueue_style( 'memento-child', get_stylesheet_directory_uri . '/memento.
   css' );`
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/child-theme-css-issues/#post-4896784)
 * please contact the theme’s developer for support with your question;
 * [http://codex.wordpress.org/Forum_Welcome#Commercial_Products](http://codex.wordpress.org/Forum_Welcome#Commercial_Products)

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

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

 * 2 replies
 * 3 participants
 * Last reply from: [Michael](https://wordpress.org/support/users/alchymyth/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/child-theme-css-issues/#post-4896784)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
