WordPress Themes, Plugins and HTML Templates › Forums › Prana WordPress Theme › Prana-child › Re: Prana-child
Hello,
Please use the following CSS Header for your Prana Child Theme.
/*
Theme Name: Prana Child
Theme URI: http://designorbital.com/prana-child/
Description: Prana Child Theme
Author: DesignOrbital
Author URI: http://designorbital.com
Template: prana
Version: 1.0.0
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: prana-child
*/
/* Load Prana Stylesheet */
@import url( “../prana/style.css” );
/* =Theme customization starts here
————————————————————– */[/CODE]
I think you forget to uncomment the [B]@import[/B] line in the given example of WordPress.org
Thanks[CODE]/*
Theme Name: Prana Child
Theme URI: http://designorbital.com/prana-child/
Description: Prana Child Theme
Author: DesignOrbital
Author URI: http://designorbital.com
Template: prana
Version: 1.0.0
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: prana-child
*/
/* Load Prana Stylesheet */
@import url( “../prana/style.css” );
/* =Theme customization starts here
*/[/CODE]
I think you forget to uncomment the @import line in the given example of WordPress.org
Thanks