Child theme menu child-item down arrow turned into a square

  • AnneL

    #8679

    I created a child theme. Where on the regular Graphene theme main menu there are v-shaped down arrows that indicate submenus, I now have boxes instead in the child theme.

    I created my child theme by taking the graphen style.css sheet, copying it into my child theme directory, and fixing the stuff at the top to be a child them, so the code is identical.

    What happened and how can I change it back to an arrow?

    Anonymous

    #41817

    Hy,

    You broke Genericons :).

    When you create child theme you MUST follow these steps:

    http://codex.wordpress.org/Child_Themes

    Never copy original theme style.css code into child theme style.css. Use @import instead.

    After that being said, you can now go to child theme style.css and delete this code:

    @font-face {
    font-family: "Genericons";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/genericons/genericons-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/genericons/genericons-regular-webfont.woff") format("woff"), url("fonts/genericons/genericons-regular-webfont.ttf") format("truetype"), url("fonts/genericons/genericons-regular-webfont.svg#genericonsregular") format("svg");
    }

    Genericons and Firefox don’t like duplicate entries 🙂

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

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