Trying to upload Child theme for the first time and get rejected no css.style sheet

  • Anonymous

    #4001

    Ok, it is probably user error but where is this newbie going wrong– I am tring to upload the child them and keep getting an error message– no css.style sheet—On this one page I am trying to hide the header- change the background color– (and how could I block the menu’s?) thanks gang

    /*

    Theme Name: Graphene Child

    Theme URI: http://frontline-plus-for-dogs.net/

    Description: Child theme for the Graphene theme

    Author: James Mushen

    Author URI: http://example.com/about/

    Template: graphene

    Version: 1.0

    */

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

    /* .page-id-692 #header {display:none;} */

    /* .page-id-692 #body

    {

    background-color:#b0c4de;

    } */

    Anonymous

    #26893

    Moved from spam.

    So, you shouldn’t comment your modifications.

    /*
    Theme Name: Graphene Child
    Theme URI: http://frontline-plus-for-dogs.net/
    Description: Child theme for the Graphene theme
    Author: James Mushen
    Author URI: http://example.com/about/
    Template: graphene
    Version: 1.0
    */
    @import url("../graphene/style.css");

    .page-692 #header {
    display: none;
    }
    .page-692 #body {
    background: #b0c4de;
    }

    And page-id-692 is not correct. It should be page-692

    How did you save your child theme style sheet? Isn’t it style.css?

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

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