Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3625712
Display navigation icon in submenu
Open

Comments

  •  1
    Ram Kumar started the conversation

    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

    Attached files:  Screenshot 2024-04-11 093243.png

  •  2,249
    PenciDesign replied

    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.



  •  1
    Ram Kumar replied

    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.

    Attached files:  Screenshot 2024-04-11 093243.png

  •  2,249
    PenciDesign replied

    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 privately
  •  2,249
    PenciDesign replied

    Hi,

    I've edited the CSS code for your site.

    Please clear all the browser caches and check again.

    Regards,
    PenciDesign.


  •  1
    Ram Kumar replied

    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

    Attached files:  Screenshot 2024-04-14 215644.png

  •  2,249
    PenciDesign replied

    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.