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

    Hello,

    Is there anyway to get the submenu indicator back? I remember it was in Enfold before

    Thanks!

    #383253

    Hey Pappasdg!

    Are you trying to create some kind of visual aid to let the user know there are sub menus on certain links? If so then you can use this CSS.

    .dropdown_available {
      background: none repeat scroll 0 0 green;
      bottom: 0;
      display: block;
      height: 20px;
      position: absolute;
      width: 20px;
    }

    That is just going to create a green square. You’ll probably want to style it differently.

    Regards,
    Elliott

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