New Landing How can we help? Atelier Add "MENU" before mobile menu icon

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Atelier
  • #225595
    eternalbeta
    Member
    Post count: 76

    I’d like to append “MENU” before the mobile menu ‘hamburger’ icon as I’ve discovered a lot of my audience doesn’t know what the icon means. I’ve seen how to do it in Dante and tried something similar here, but have been unable to so far.

    Thanks.

    #225884
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you provide us your link to provide you specific css for that?

    Thanks

    -Rui

    #225982
    eternalbeta
    Member
    Post count: 76
    This reply has been marked as private.
    #225984
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option

    .mobile-header-opts:before {
        content: "Menu";
        margin-right: 5px;
        vertical-align: super;
    }

    hope it helps.

    -Rui

    #226021
    eternalbeta
    Member
    Post count: 76

    Thanks Rui, almost there, should have mentioned this beforehand, but I’d like the word Menu to be a part of the menu link. I tried to put this same code to a.mobile-menu-link.menu-bars-link but haven’t been able to get it working.

    #226077
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Unfortunately it’s not possible to make it part of the link, sorry

    – Kyle

    #226428
    eternalbeta
    Member
    Post count: 76

    Alright, thanks Kyle. I thought that since I was able to do it in Dante, it wouldn’t be an issue with Atelier either, but I know the icon is coded different for each.

    #226531
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Yes the structure is completely different for Atelier

    – Kyle

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.