Hi,

i would to style item-menu-container from http://drupal.org/project/menu_item_container module.
this add a .menu-item-container on span element.

So i would to style it like a element of the menu.
I have add this : .sf-menu.sf-style-blue a, span.menu-item-container but span isn't display like a, modify li classes doesn't the trick..so i need help

thanks

Comments

mehrpadin’s picture

Hey there,

I should see it, email me the URL please.

aiphes’s picture

in addition this class is added to breadcrumb, so style will be hard...

mehrpadin’s picture

Simply change this:

.sf-menu.sf-style-blue li span.menu-item-container :hover {

Into this:

.sf-menu.sf-style-blue li span.menu-item-container:hover {

I can't see any breadcrumb over there, but it should be very easy, for example:

.breadcrumb a,
.breadcrumb span.menu-item-container {
  color: #555;
}
aiphes’s picture

first change work but 2nd not...

mehrpadin’s picture

Status: Active » Closed (works as designed)