Child Themes?

  • FragaGeddon

    #8943

    I have a child theme for graphene. I’m trying to make a child theme for the mobile neo, but it’s not working.

    I created a folder in the themes directory and named it graphene-mobile-neo-child.

    In the style.php I have this:

    /*
    Theme Name: Graphene Mobile Neo Child
    Theme URI:
    Description: Child theme for the Graphene Mobile Neo
    Author:
    Author URI:
    Template: graphene-mobile-neo
    Version: 1.0
    */
    @import url("../graphene-mobile-neo/style.css");
    /* Your modification goes here */

    .footer-text {
    color: red;
    }

    Not sure why it’s not working. Any ideas?

    Admin

    Syahir Hakim

    #42442

    You will need to select your child theme from the Any Mobile Theme Switcher’s options page. It’s located in WP Admin > Settings > Any Mobile Theme.

    FragaGeddon

    #42443

    Cool. That’s actually pretty neat that I could technically have a different theme for each mobile device.

    Thanks for your help. I’ve tried other themes, and the graphene is high above all others I’ve seen so far. Keep up the good work.

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.