I followed instructions for creating a php and css file and uploading them to a child theme folder for my website. When I look at the site it has virtually no formatting or structure; looks utterly different than the site when it’s first opened under the regular graphene theme. Here’s the content of the css file I uploaded:
/*
Theme Name: Graphene Child for WAW
Theme URI: http://womenatwoodstock.com/
Description: Child theme for the Graphene theme
Author: Ann Baker
Author URI: http://netmarketing-123.com/about/
Template: graphene
Version: WomenAtWoodstock
*/
@import url(“../graphene/style.css”);
and the content for the php file:
<?
?>
I’ve read and followed 4 different tutorials for doing this just to make sure there wasn’t some typo or something in one of them that was causing the problem. They all said the same thing. Can anyone help?