• Resolved 420DankStank

    (@420dankstank)


    I am using CyberChimps business lite (free) theme. I have to edit the font .error size and alignment all of the time in the theme/css/style.css file. Instead of editing everytime there is a theme update, I am trying to create a child theme.

    I created a directory “/business-lite child” in the theme folder. It has the css file that reads:

    /*
    Theme Name: business-lite child
    Description: Child Theme
    Template: business-lite
    Version: 0.1
    */

    @import url(“../business-lite/style.css”);

    /* This will edit the Font */
    .error {font-size:18px; text-align:left; }

    I go to select the child theme under: appearance>themes>manage themes, but it is not there.

    I tried what this Thread said, and added:

    <?php
    require_once ( get_template_directory() . ‘/theme-options.php’ );
    ?>

    <?php
    require_once ( get_template_directory() . ‘/images.php’ );
    ?>

    That didn’t help. What am I doing wrong?

Viewing 16 replies (of 16 total)
  • Thread Starter 420DankStank

    (@420dankstank)

    HURRAY! I changed the child theme folder name to not have the space. Boom Calling correctly. Sheesh. Thanks for your help!

Viewing 16 replies (of 16 total)

The topic ‘Child Theme Help’ is closed to new replies.