• Resolved akshit059

    (@akshit059)


    Hi,
    Actually, i am trying to make navigation menu in WordPress on localhost but the dropdown symbol is not showing for submenu like this v. Please help me what to do?

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator t-p

    (@t-p)

    I recommend asking at theme’s support so its developers and support community can help you with this.

    Thread Starter akshit059

    (@akshit059)

    Where to find theme support. Please let me know.

    Moderator t-p

    (@t-p)

    Please provide us with the following info:

    1. Exact name of theme
    2. This theme Acquired from?

    Thread Starter akshit059

    (@akshit059)

    Actually, I had generated a blank theme from underscores.me and also the arrows are not shown on astra theme also.
    So what should i do?

    Hello @akshit059

    Please add this css code in your active theme css file. and check if working for you.

    #site-navigation .menu > ul > li.menu-item-has-children > a::after {
    content: ‘\f107’;
    font-family: FontAwesome;
    font-size: 10px;
    margin-left: 10px;
    vertical-align: 1px;
    }

    #site-navigation .menu > ul > li > ul > li.menu-item-has-children > a::after {
    color: rgb(34, 34, 34);
    content: ‘\f105’;
    font-family: FontAwesome;
    font-size: 10px;
    vertical-align: 1px;
    float: right;
    }

    Hope this help for you.

    Thread Starter akshit059

    (@akshit059)

    Hello Punit ji, Yes it works. Thank you so much for solving problem. The menu arrows appears now.

    • This reply was modified 2 years, 2 months ago by akshit059.
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Drop down arrow key for menu’ is closed to new replies.