• Hi everyone,

    Bumping into a small problem that might become a persistent one later on:

    I’m having some trouble seeing the changes that I made to the navigation bar of my website. I copied the correct line, style.css (line 27) to Appearance – Editor but I’m not seeing the correct changes.

    Here’s the child theme right now:

    /*
    Theme Name: Podcaster Child
    Theme URI: http://www.yepodcast.com
    Description: Child for the Podcaster theme
    Author: Albert Liao
    Author URI: http://www.storiesofalbert.com
    Template: podcaster
    Version: 0.1
    */

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

    /* =Theme customization starts here
    ————————————————————– */

    .latest-episode .next-week {
    display:none;
    }

    .latest-episode.sticky .main-featured-post {
    margin:150px 0px 150px;
    }

    .above {
    background: none repeat scroll 0 0 #0089CE;

    }
    .above.large_nav {
    float: left;
    height: 30%;
    position: fixed;
    width: 100%;
    z-index: 10;
    }

    In bold is what I’m not seeing reflected on my website here:

    http://www.yepodcast.com

    If anyone has clues on why this is happening, that be great. The other lines of style works fine, (so far).

    Thanks!!!!

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Firebug WordPress Editor not working’ is closed to new replies.