• I’m using firebug to locate the menu class and it gave me this

    class=”menu-item menu-item-type-post_type menu-item-object-page menu-item-82″

    if I want to style this specific class do I gotta use

    .menu-item menu-item-type-post_type menu-item-object-page menu-item-82
    {
    style:whatever;
    }

    or is there something easier?

The topic ‘WordPress generated class?’ is closed to new replies.