Tagged: , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #19010
    Ashley
    Participant

    I’ve customized the height of my Menu and Submenu but I can’t figure out the CSS coding to change the height of the submenu’s hover state.

    My site: http://www.bigflavorstinykitchen.com

    The “RECIPES” Menu has a Submenu and you’ll notice the hover state is the original default height.

    #19025
    Sakin
    Keymaster

    @ashleycovelli: It’s little difficult debug with your custom css. So, try replacing the following CSS in “Custom CSS” box
    #access ul li ul li a:hover { line-height:26px }

    To
    #access ul li ul li a:hover { line-height: 18px }

    #19042
    Ashley
    Participant

    Sorry about that, but your code worked perfectly- thanks so much!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Submenu Height CSS for Hover State’ is closed to new replies.