• Resolved SurendraRay

    (@surendraray)


    The following codes (on community.knowledgegap.biz) should render Body background to be Red but it does not. The site is hosted at GoDaddy.com

    Please help.

    /*
    Theme Name: Community2014_Child
    Description: Our Community
    Author: Surendra
    Template: twentyfourteen

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

    @import url(“../twentyfourteen/style.css”);
    body {
    background: Red;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • wecole

    (@wecole)

    Just a shot in the dark but try…

    body {
    background: #dd3333;
    }

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Edit: You don’t have your Child Theme activated on your site.

    Thread Starter SurendraRay

    (@surendraray)

    Resolved. I was not using codes to match with parent supported css.
    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Child Theme on Twenty Fourrteen does not activate css’ is closed to new replies.