Three strokes on the mobile menu

Home Forums Perfect Forum Three strokes on the mobile menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #204092
    BikoBiko
    Participant
    • Topics: 67
    • Replies: 70
    • Total: 137
    Member since: November 29, 2019

    Hi,
    On the mobile menu on a smartphone, the three lines are confusing as if there is another menu at this level.
    See screenshot: https://prnt.sc/a6TnY_xBTNMG
    How to remove or hide the unnecessary three strokes on the mobile menu?
    Thanks in advance.

    #204120
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS to hide three lines.

    @media screen and (max-width:479px) {
    .pad_menutitle { float:left;}
    .pad_menutitle .fa-bars { display: none;}
    }

    Regards,
    Chris

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.