Okay
  Public Ticket #2466694
Account Menu
Closed

Comments

  • Charles started the conversation

    How can I remove the "Account" from the menu?

  •  595
    WordPress replied

    Hello,

    Thank for your purchase.

    You can add custom style css

    @media (max-width: 767px){
        .section-nav-title li {
            border-left: none;
            width: 100%;
        }
        .section-nav-title li:last-child {
            display: none;
        }
    }