#mobile-menu-opener has disappeared

Home Forums All Other Themes #mobile-menu-opener has disappeared

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #207611
    Vanessa GómezVanessa Gómez
    Participant
    • Topics: 175
    • Replies: 462
    • Total: 637
    Member since: July 4, 2016

    Hi,

    web: www.centromevis.cat

    Reviewing the website after updating plugins we have discovered that in the mobile view we do not see the icon to open the mobile menu (

    Screenshot:

    https://imgur.com/3bxUXv0

    How can we fix this?

    Thank you very much!

    Best regards,
    Vanessa

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

    Hi,

    Kindly use this CSS to resolve menu icon issue.

    #mobile-menu-opener::before {
      content: "\f0c9" !important;
      font-family: "FontAwesome";
      font-size: 20px;
      color: #282828;
    }
    
    #mobile-menu-opener.active::before {
      color: #038b86;
    }

    Regards,
    Dave

    #207635
    Vanessa GómezVanessa Gómez
    Participant
    • Topics: 175
    • Replies: 462
    • Total: 637
    Member since: July 4, 2016

    Hi Dave,

    Issue solved. Thank you very much!

    Regards,
    Vanessa

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

    Welcome 🙂

    Regards,
    Dave

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