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 #2626308
Blank text on mobile menu
Closed

Comments

  • Vilian_Stefanov started the conversation

    Hello,

    I have blank text on the mobile menu only when i add menu icon, for exemple: <i class="fa fa-home"> Home</i>. Please check the attached screenshot.

    On Desktop the menu icons are visible, but not into the mobile menu. However if I click on some of the not visible menus the respective page is opening, so this should be only a visual issue.

  •  2,699
    PenciDesign replied

    Hi,

    First, you should use it like this:

    <i class="fa fa-home"></i> Home
    

    Don't use:

    <i class="fa fa-home"> Home</i>
    

    And you can add more this code to Customize > Custom CSS to make the icons showing on the mobile menu:

    .penci-menu-hbg .menu li a > i,
    #sidebar-nav .menu li a > i {
        display: inline-block;
        margin-right: 5px;
    }
    

    Best Regards,

    PenciDesign

  • Vilian_Stefanov replied

    Hi,

    It's worked.

    You can closed the case.

    Best Regards,

    Vilian