Skip to content
Public Ticket #28258

Display navigation icon in submenu

Conversation thread

PenciDesign Supporter replied

Staff Reply

Hi,

Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

.navigation .menu > li:last-child > .sub-menu ul {
  right: 100%;
  top: 0;
  left: auto;
}

Regards,
PenciDesign.



Ram Kumar replied

Customer Reply

Hi,

One issue is still pending. When we move into the sub-menu of the last menu then it does not display the third-level sub-menu.

Please find the screenshot.

Thanks & Regards

Ram Kumar

PenciDesign Supporter replied

Staff Reply

Hi,

I've edited the CSS code for your site.

Please clear all the browser caches and check again.

Regards,
PenciDesign.


PenciDesign Supporter replied

Staff Reply

Hi,

For this case, please send me your WordPress admin account in a PRIVATE reply.
I'll log in and try to help you check this problem.

Regards,
PenciDesign.



Ram Kumar replied

Customer Reply

Hi Team,

Please find below the queries which need to be solved. 

1) After adding the below css it does not display the item.
2) While moving to the last menu submenu does not display. 

Please find the screenshot for your kind reference.

PenciDesign Supporter replied

Staff Reply

Hi,

Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

.navigation ul.menu ul.sub-menu li.menu-item-has-children > a:after {
    font-family: FontAwesome;
    content: "\\f105";
    margin-left: 5px;
    color: inherit;
    font-size: 13px;
    font-weight: normal;
    width: auto;
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
    float: right;
}

Regards,
PenciDesign.



Ram Kumar started the conversation

Conversation Start

Hi,

Please advise as to how to display the submenu icon for the menu item.

Please find the screenshot for your kind reference.

Thanks & Regards

Ram Kumar

Want to join this conversation or access attachments? Sign in first.