Hi,
I added a childtheme and it worked fine yesterday. Today I loaded my page and it only shows the barebone content. I deleted the childtheme and created a new and clean style.css file with the following content:
/*
Theme Name: Graphene Child
Theme URI: http: //example.com/
Description: Child theme for the Graphene theme
Author: Your name here
Author URI: http: //example.com/about/
Template: graphene
Version: 1.0
*/
@import url(“../graphene/style.css”);
/* Your modification goes here */
The main graphene theme does work
Any idea’s?