NiceThemesChild Theme – NiceThemes http://nicethemeswp.com/forums/topic/child-theme/feed/ Wed, 23 Apr 2025 15:29:22 +0000 http://bbpress.org/?v=2.5.12-6148 en-US http://nicethemeswp.com/forums/topic/child-theme/#post-5197 <![CDATA[Child Theme]]> http://nicethemeswp.com/forums/topic/child-theme/#post-5197 Wed, 21 Jan 2015 19:02:55 +0000 wrafico Hello. I’m having issues with the child theme showing changes on CSS.

I have 2 folders, netelier-2015 and netelier-child-2015. I added 2 new properties for the header class, but I get no effect. What I’m I doing wrong?

http://www.javierpalacios.info

The style.css on the child is as follows:
/*
Theme Name: netelier-child-2015
Theme URI: http://example.com/twenty-fifteen-child/
Description: NETELIER 2015 CHILD
Author: John Doe
Author URI: http://example.com
Template: netelier-2015
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: netelier-child-2015
*/

@import url(“../netelier-2015/style.css”);
@import url(“../netelier-2015/skins/grey.css”);

body {
font: 19px/29px “Helvetica Neue”, Helvetica, Arial, sans-serif;
background: #000;
color: #8a8a8a;
}

#header {
background: #000;
box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.1);
}

]]>
http://nicethemeswp.com/forums/topic/child-theme/#post-5199 <![CDATA[Reply To: Child Theme]]> http://nicethemeswp.com/forums/topic/child-theme/#post-5199 Wed, 21 Jan 2015 21:47:28 +0000 Juanfra Aldasoro Hello,

Thanks for writing.

Your child theme folder should be named /name-of-parent-child/

In this specific case would be /netelier-2015-child/

You are using this: /netelier-child-2015/

Best,
Juan

]]>
http://nicethemeswp.com/forums/topic/child-theme/#post-5204 <![CDATA[Reply To: Child Theme]]> http://nicethemeswp.com/forums/topic/child-theme/#post-5204 Thu, 22 Jan 2015 09:07:55 +0000 wrafico Thank you Juan. I did check that many times.. my dislexia…

BR

]]>
http://nicethemeswp.com/forums/topic/child-theme/#post-5205 <![CDATA[Reply To: Child Theme]]> http://nicethemeswp.com/forums/topic/child-theme/#post-5205 Thu, 22 Jan 2015 12:12:32 +0000 Juanfra Aldasoro No problem BR.

Have a nice day,
Juan.

]]>