Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #461011

    I’ve been tinkering with this for some time and can’t seem to come up with the right CSS to do this. When a user mouses over a menu item, if the menu has a dropdown I’d like to put a border on three sides (left, right, top) and a border around the dropdown so that the top menu item looks like a tab. See site below…

    Is this possible?

    Thanks!

    #461390

    Hi Kevin!

    Please add following code to Quick CSS

    li.ubermenu-item-has-children:hover {
      border: 1px solid #e2e2e2;
    }

    Cheers!
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.