Sand

Member

Forum Replies Created

  • In reply to: No editor in pages

    #42825

    Problem solved.

    In my style.css in child theme, this phrase wad missing : Template: graphene

    In reply to: Remove menu current item

    #32923

    With this methode, it’s works but I can’t go to the sub menus. So I handed the old style.css but I still can’t go to the sub menus 🙁

    In reply to: Remove menu current item

    #32921
    Quote:
    /* Current menu background */

    #header-menu .current-menu-item {

    background: #0582D2;

    }

    /* Current menu font */

    #header-menu .current-menu-item a {

    color: #FFF;

    }

    if this doesn’t work, add !important in the property.

    background: #0582D2 !important;

    I have not “Current menu background” in style css…

    Quote:
    also, your header image is almost half a megabyte.

    I changed and the header image is 180Ko now ^^

    In reply to: Remove menu current item

    #32919

    Work with Firebug but not if I changed the code 🙁

    In reply to: Remove menu current item

    #32916

    I installed a child theme. In this, I found current item (with firebug) and modified but it don’t work.

    Do you want the website address for looking ?

    /* Top level header menu, hover and current state */
    #header-menu > li:hover,
    #header-menu > li.current-menu-item,
    #header-menu > li.current-menu-ancestor {
    background: url(images/sprite_h.png) left -300px repeat-x #eee;
    }
    #header-menu > li:hover > a,
    #header-menu > li.current-menu-item > a,
    #header-menu > li.current-menu-ancestor > a {
    color: #000;
    }
    #header-menu > li:hover > a > span,
    #header-menu > li.current-menu-item > a > span,
    #header-menu > li.current-menu-ancestor > a > span {
    color: #484848;
    }
    #header-menu > li.menu-item-ancestor:hover > a,
    #header-menu > li.current-menu-item > a,
    #header-menu > li.current-menu-ancestor > a {
    background-position: -877px -192px;
    }

    In reply to: Remove menu current item

    #32914

    Oh sorry. I did not pay attention.

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