child activated but not function only html cod
-
both catalogs lays under wordpress/truefacts/wp-content/themes/ with name “graphene” and “graphene child”
/*
Theme Name: graphene child
/*Theme URI: http://www.yoursite.com/ */
Description: Child theme for the Graphene theme
Author: Peder
Author URI: http://www.yoursite.com/author/
Template: Graphene
Version: 1.0
*/
@ Import url (“../grapene / style.css”);
@ Import url (“../grapene / rtl.css”);
/* Your modification goes under this line */
Peder
I’m sorry. What is your question?
Take out the line
@ Import url ("../grapene / rtl.css");from what you posted above.You have unnecessary spaces in your import code.
This:
@ Import url ("../grapene / style.css");should look like this:
@import url("../grapene/style.css");Okay, delete everything in the file, and replace it with this:
/*
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 */Make SURE your file is saved as
style.cssin your child theme.What did you name the child folder? It can’t have any spaces in the folder name.
Viewing 10 posts - 1 through 10 (of 12 total)
- 1
- 2
- You must be logged in to reply to this topic.
