Viewing 6 replies - 1 through 6 (of 6 total)
  • No one is going to be able to tell if it is set up correctly. If the site is working then it is setup correctly.

    Thread Starter interack

    (@interack)

    Okay, I deleted the child and used a plugin to create one. this is what I have in the style sheet but it hasn’t made any change to the website. Is it correct if it is then where does my problem lie maybe.

    /*
    Theme Name: interack website
    Description: child of responsive theme for interack website
    Author: Joe Isaac
    Template: responsive

    (optional values you can add: Theme URI, Author URI, Version)
    */

    @import url(“../responsive/style.css”);

    .top-menu li a {
    border-left: 1px solid #ccc;
    color: #fff;
    font-size: 13px;
    padding: 0 4px 0 8px;
    }

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If you have only a style.css file in your Child Theme, then yes, your Child Theme is working.

    By the way, you shouldn’t give your credentials out to anyone.

    No, we only offer support here, but we can tell if it’s set up right by looking at your site code – and it looks fine – YAY! Just change that color to whatever you want it to be.

    Thread Starter interack

    (@interack)

    okay I changed the color it appear for a moment then I tried to add another changer and nothing works again please look at code and tell me what is wrong. I’m new at this but trying to learn fast.

    Theme Name: interack website
    Description: child of responsive theme for interack website
    Author: Joe Isaac
    Template: responsive

    (optional values you can add: Theme URI, Author URI, Version)
    */

    @import url(“../responsive/style.css”);

    .top-menu li a {
    border-left: 1px solid #ccc;
    color: #fffff;
    font-size: 13px;
    padding: 0 4px 0 8px;
    }
    .sub-header-menu a {
    color: #0511FA;
    }

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Did you try this;

    body {
     border: 10px solid red;
    }

    See? Your Child Theme is working.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Child Theme’ is closed to new replies.