Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #261021

    In the Responsive Header Main Menu Area, we’ve chosen the “Display as Slide Out Menu”. We were wondering if there is a way to write the word “Menu” in the box along with the menu icon.

    Thanks!

    #261084

    Hey!

    Try adding this code to the Quick CSS:

    a#advanced_menu_toggle:after {
        content: "MENU";
        display: block;
        font-size: 11px;
        position: absolute;
        top: 15px;
        left: 5px;
    }

    Cheers! 
    Josue

    #261534

    Nope, that doesn’t create any change.

    #261540

    Hi,

    Can you post a link to your website please?

    Regards,
    Josue

    #261863
    This reply has been marked as private.
    #262130

    Hi!

    Thank you for the update.

    Please use this on Quick CSS or custom.css:

    .mobile_active #advanced_menu_toggle:after {
    content: 'MENU';
    position: absolute;
    left: 7px;
    top: -16px;
    }

    Remove browser cache then reload the page a few times to see the effect.

    Regards,
    Ismael

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