Mobile menu customization

Home Forums All Other Themes Mobile menu customization

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

    Hi,

    We have been doing some testing to customize the mobile menu using CSS.
    We would like the submenu items to not have any hyphens before the text.

    For example:
    Contact

    rather
    – Contact

    Can you tell us how to do it?

    Thank you very much!

    Best regards,
    Vanessa

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

    Hi,

    Kindly show us your website URL?

    Regards,
    Chris

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

    Hi Chris,

    We want to make this customization on all websites. Right now we use a plugin but we prefer to stop using plugins and make all the customizations we can using CSS

    For example you can see it at: https://www.esquitxlleure.com/

    Regards,
    Vanessa

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

    Hi,

    Kindly use this CSS.

    @media screen and (max-width:1023px) {
    .sidr ul li ul li a::before, .sidr ul li ul li span::before {
      content:"" !important;
    }
    }

    Regards,
    Chris

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

    Hi Chris,

    Perfect. Thank you very much!!

    Regards,
    Vanessa

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

    Welcome 🙂

    Regards,
    Chris

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