Child Theme
-
Very nice theme, thanks!
I am trying to create a child theme so I can customize my site and after adding the styles.css to the frau-child theme folder, I am getting an error that I am missing a file (forgot exact wording. After adding several files from the original frau theme folder, I realized it was the index.php file and the child theme was available to activate.
Once I activated the child theme the site broke. Is there some file that I am missing from the frau-child theme folder that should be added. I have most of the files in the original folder (including the functions.php) in the child theme folder and my style sheet is as follows:
/*
Theme Name: Frau-Child
Theme URI: https://lizardthemes.com/frau/
Version: 1.0.0
Description: Child Theme for Frau
Author: Lizard Themes
Author URI: https://lizardthemes.com
Template: frau
*/
@import url(“../frau/style.css”);/* Below you can write your style */
thanks in advance!
- The topic ‘Child Theme’ is closed to new replies.