Forum Replies Created
-
Problem solved.
In my style.css in child theme, this phrase wad missing : Template: graphene
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 🙁
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 ^^
Work with Firebug but not if I changed the code 🙁
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;
}Oh sorry. I did not pay attention.
Viewing 6 posts - 1 through 6 (of 6 total)
