Home Forums Theme support Down arrow for menu item with submenu

Tagged: 

This topic contains 1 reply, has 2 voices, and was last updated by  7Theme Support 8 years, 11 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • I have purachased the theme Bestcare. I need to insert a down arrow icon for menu items that have sub-menu, I’m surprised your theme does not already do this. I am not using MegaMenu.
    I also can’t figure out why you would have a right arrow to the left of the Menu label when there is no submenu, as in the Contact link here.
    http://kriszti.com/mappbio/

    Any help with the downarrow would be appreciated.

    Hi,

    the icon for the contact link is there because you’ve set it in the page options, please edit the page with the icon, then take a look at the settings box below the editor -> Menu Tab.

    For the arrows: you can add the following code in WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content:

    ul#menu li.has-submenu:after {
    	content: "\f078";
    	position: absolute;
    	top: 22px;
    	right: 5px;
    	font-family: Fontawesome;
    	font-size: 10px;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.