Before you ask please READ THIS

menu enlarging on hover

edited May 2013 in Spaceship Posts: 139
Is it possible to have menu items not to enlarge when hovered?

Thank you

Comments

  • AirAir
    Posts: 10,970
    Can you explain what you mean?

    With regards.
  • Posts: 139
    OK, I'm gone try... When I hover one the menu items with my mouse, the menu item text turns from grey to white and the background gets a little bigger with slightly rouded corners. I want these two last effects not to happen.

    This is not visible on demo theme as long as background menu is white, but you can hve a look on my site :
    http://www.photographe-mariage-grenoble.pro/

    Thank you
  • AirAir
    Posts: 10,970
    OK try such custom CSS:

    #access > ul > li:hover,
    #access > ul > li.hovered{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: transparent !important;
    }
    With regards.
  • Posts: 139
    Not working. But don't worry, that's not really a problem!
  • AirAir
    edited May 2013 Posts: 10,970
    OK so for a bit dirty solution change last line of CSS to:
    border-color: #fff !important;

    It will work:-)

    With regards.
    Post edited by Air on
  • Posts: 139
    Dirty but it works ;-)

    Thank you
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion