Code:
/* Theme Name: Atahualpa Child Theme URI: http://example.com Description: Child theme for Atahualpa Author: Battra Author URI: http://example.com Template: atahualpa353 Version: 1.0.0 */ @import url("../atahualpa353/style.css"); /* Hide header */ body.page-template-nosidebar-php div#imagecontainer { display: none !important; }
Why doesn't Atahualpa recognize the child theme's CSS? I prefer to put the styling in the child theme since the templates reside there.