Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1154986

    Hi, I am trying to display text MENU underneath the 3 lines on the menu when visiting our website using mobile,

    I have added code to quick CSS:

    #advanced_menu_toggle:after {
    content: “Menu”;
    font-size: 14px !important;
    left: 2px;
    position: absolute;
    top: 30px;
    }

    Not displaying with TEXT underneath. Any suggestions please.

    #1155156

    Hey pauldevine78,

    Please try this instead:

    .av-burger-menu-main:after {
      content: 'Menu';
    }

    Best regards,
    Rikard

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