Okay
  Public Ticket #1839064
Aurum Submenu Arrow (caret)
Closed

Comments

  •  2
    mervinv started the conversation

    How can I add a dropdown icon next (arrow down) to a menu item in the navigation?

    This way you can see if there are subitems or not. 

    I can not find this in the Aurum theme but the Oxygen theme has it.

  • [deleted] replied

    Hi mervinv,

    Can you please add the code below to your Custom CSS area:

    li.menu-item-has-children:after {
    font-family: 'FontAwesome';
    content: "\f0d7";
    display: inline-block;
    margin-left: 10px;
    color: #222;
    position: absolute;
    right: 0px;
    top: 26px;
    }
    Have a great day!

  •  2
    mervinv replied

    Thank you so much,

    It's working!!

  • [deleted] replied

    Hi mervinv,

    I'm glad to hear that everything is great nowsmile.png

    P.S: If you like the theme, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab.

    A huge thank you from Laborator in advance!