• Hello,

    Is there anyway through custom CSS to add the word menu to appear along side the hamburger menu icon on mobile view?

    Many thanks,
    David

Viewing 1 replies (of 1 total)
  • Plugin Support pagelayersupport

    (@pagelayersupport)

    Hi @david891,

    Sorry for the inconvenience caused.

    Yes, you can add the text Menu along side the hamburger menu icon, you need to paste the below CSS code in the Primary Menu widget -> Options -> Custom CSS.

    {{element}} i.fas.fa-bars:after {
    content: “Menu”;
    position: absolute;
    right: 55px;
    font-size: 32px;
    }

    If you continue to face issues, please don’t hesitate to reach out to our support team at https://pagelayer.deskuss.com/ for more detailed assistance.

    Best regards,
    Pagelayer Team

Viewing 1 replies (of 1 total)
  • The topic ‘Adding “Menu” text beside hamburger menu icon on mobile’ is closed to new replies.