Forum Replies Created

Viewing 2 replies - 16 through 17 (of 17 total)
  • Thread Starter BergHomes

    (@berghomes)

    Hmm just added that. And no red body text seems to show up on the site. Reference update code below… It’s strange because the Child Theme is live. I’m wondering if I should just reinstall the CSS file in the control panel directory. Maybe something got corrupted.

    /*
    Theme Name: Twenty Eleven Child
    Description: Child theme for the Twenty Eleven theme
    Author: Mat Berg
    Template: twentyeleven
    */

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

    /* This will override PARENT theme */

    body {
    border: 10px solid red !important;
    }

    #access {
    background: -webkit-linear-gradient(#999, #33CC33);
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
    clear: both;
    display: block;
    float: left;
    margin: 0 auto 6px;
    width: 100%;
    }

    Thread Starter BergHomes

    (@berghomes)

    OK thanks for the quick response. I just decided to get rid of the title change all together. So now I’m trying to figure out what the nav bar isn’t updating. The CSS code looks like this now:

    /*
    Theme Name: Twenty Eleven Child
    Description: Child theme for the Twenty Eleven theme
    Author: Mat Berg
    Template: twentyeleven
    */
    
    @import url("../twentyeleven/style.css");
    
    /* This will override PARENT theme */
    
    #access {
    background: -webkit-linear-gradient(#999, #33CC33);
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
    clear: both;
    display: block;
    float: left;
    margin: 0 auto 6px;
    width: 100%;
    }

Viewing 2 replies - 16 through 17 (of 17 total)