Support » Themes and Templates » Atahualpa child theme

  • Hi,
    I’m trying to use a child theme with the Atahualpa theme.
    I’ve created a atahualpa-child directory and created a style.css file with:
    /*
    Theme Name: atahualpa-child
    Theme URI: http://wordpress.bytesforall.com/
    Description: Child theme for Atahualpa
    Author: Mike Giles
    Author URI: http://sevenoaks-it-support.co.uk
    Template: atahualpa
    Version: 0.1.0
    */
    @import url(“../atahualpa/style.css”);

    body {
    background: #333;
    }

    I’ve activated the child theme ok. All seems ok but none of the css in the child css file gets executed.
    Has anyone had this problem and know how to fix it.
    I’ve installed wordpress in a sub directory wp.
    Thanks,
    Mike

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Atahualpa child theme’ is closed to new replies.