Take a close look at this https://premium.wpmudev.org/blog/how-to-create-wordpress-child-theme/ .
Note that your child theme’s CSS file has two required parameters. From the above link:
“The two necessary items in the code above are the lines starting with “Theme Name” and “Template.” The theme name tells WordPress what the name of your theme is, and this is displayed in the theme selector. The template tells WordPress which theme it should consider as the parent theme.”
I notice also that your ‘theme uri’ value has an extra space in it.
The header of the style.css
file should look similar to the example in the above link.
Related Posts:
- Versioning @import of parent theme’s style.css
- how do I queue my Child stylesheet/s *after* every Parent stylesheet/statement?
- Issues enqueueing parent & child theme stylesheets with revised Codex method
- Why is the Child Theme Stylesheet Not Loading?
- Theme Customization API and child themes
- Get Parent Theme Author Name
- Get parent theme version
- How to use parent theme’s enqueue methods
- Do all files in child theme override the parent?
- Do I need to update the child theme too after updating the parent?
- Use admin options from parent theme in child theme
- How to “remove” file from parent theme
- Find a Parent Theme’s stylesheet $handle when it registers a stylesheet
- replace parent theme images in child theme
- Localization: Textdomain of Child teme
- How do I override a sidebar that is registered in a parent theme when using a child theme?
- Remote install won’t find Parent theme when intalling Child Theme, but local install does
- Order of stylesheets in child theme
- What are the best practices for maintaining and deploying several parent themes?
- Which is the child theme and which is the parent theme?
- Creating a child theme: How do I find the template name of the parent directory?
- WordPress + Child Theme = Am I missing something?
- Referencing parent theme image from child theme
- Override file in parent theme
- Can I place “parent theme” inside a child theme folder?
- Making a child theme in order to update the parent theme
- Can I still switch to a child theme?
- How to activate the child theme in WordPress?
- How to add modified php in child theme?
- Override parent theme translation on child theme
- Child theme – Overriding ‘require_once’ in functions.php
- How to modify single.php in a child theme?
- How to Add Customizer Setting in Child Theme
- Give priority to child theme stylesheet
- Override parent theme function that is not hooked or in the functions.php file
- How to maintain wp_enqueue_style dependencies set in parent theme style enqueuing
- How do I check for child theme files first using include, before going to parent theme?
- add sidebar area to header of child theme
- Overiding functions.php with child-theme
- How to check active theme is parent or child wordpress
- Using the child theme functions.php to change the customizer.php on parent theme
- Child theme implementation issues
- Add post dates from child theme and change font size on homepage post
- How can I remove css from a child theme?
- Child theme undefined variable error
- Passing variable from child theme to parent theme
- wp_add_inline_script not adding when script_loader_tag filtered
- the file placed in the child theme is not included
- How to NOT call Font Awesome or font icons in WordPress
- @font-face broken in child theme
- WordPress Child theme’s css not loading
- How to use custom stylesheet only for a template in child theme
- Will the use of a child theme create problems with commercial parent theme’s options?
- Creating a child theme from Twenty Seventeen
- How can I make this Advanced Custom Field Save & Store local json work?
- Changes to child theme are not visible on my site [closed]
- Is a Child Theme required?
- Moving from parent theme to child theme without losing configurations
- can the footer be included on a child theme
- Enqueuing latest version of jQuery into a child theme returns a blank screen
- How change child theme’s boxed layout to fullwidth in genesis? [closed]
- styles from child theme not loaded for file other than style.css
- Multiple Child Themes
- Fatal error and use of undefined constant in child theme unless I redefine it
- wp_get_current_user() and is_user_logged_in() in child theme’s functions.php file don’t work
- overwrite code snippet from parent to child theme
- Child Theme Customizer not working
- Child theme with flatsome theme crashes website
- How to make child theme in wordpress with wp_enqueue_style ? Using Enough Theme
- Proper way to show admin bar in HTML5 Blank theme
- I want to edit it on my laptop as a child theme and transfer the files to my server. I don’t know how
- Adding function from parent theme to child theme
- Translated words not showing child theme
- How to create a non-responsive WordPress Theme Using Genesis Framework?
- Correct way to customise a child theme
- Stylesheet overriding in Child theme
- Modify Twentyeleven child theme CSS – How to change body font size?
- Parent/Child themes – both CSS files loaded
- Child theme is not rendering parent and own javascripts (but css loaded properly, js not)
- Child theme stylesheet not reflecting the changes
- Best way to edit/change comment-template.php without changing the core
- My wordpress site is crash due to excute child theme
- Why does my child theme’s enqueue of styles mess up the order of script enqueues from the main theme?
- Where can I edit/see the HTML of this WordPress free theme?
- How to override html codes in wordpress?
- menu, header and footer is not shown in the appearance after creating the child theme
- The parent theme is missing. Please install the “bp-default” parent theme
- how to fix loading scripts in child theme?
- Calling Category name without the link
- When I change some content in function of template-tags file in inc folder then its not working and show same as loke before
- Strange Theme Error – parent style occasionally showing though child theme
- Child Theme Issue – activated but does not show in preview
- How to configure folders with ‘Child Theme’?
- Prevent child theme from inheriting a parent theme’s required file
- Child theme only loads on home page
- Vague Errors from VIP Scanner Plugin
- Should I create a child theme for a parent custom theme? [closed]
- How to create my own style.css file in an wordpress child-theme
- How to handle a large child theme
- Child theme css not loading when declared in parent functions