New Landing How can we help? Atelier Menu disappeared

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Atelier
  • #178942
    3t2409
    Member
    Post count: 45

    I have Header 5 selected, and the menu button is nowhere to be found. I played around in the color customizer but couldn’t find it.

    Also, how can I add the word “Menu” in front of the menu symobol that will show in both desktop and mobile?

    #178943
    3t2409
    Member
    Post count: 45
    This reply has been marked as private.
    #179033
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Go to Theme Options > Header Options, scroll down to the header left and right config to set what is shown in your header.

    – Kyle

    #179149
    3t2409
    Member
    Post count: 45

    Thanks. And how can I get the word “Menu” to appear by the menu button?

    #179587
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option

    
    .header-left .aux-item:first-child:after {
      content: "MENU";
    }
    
    .mobile-header-opts.opts-left:after {
      content: "MENU";
      vertical-align: super;
    }

    -Rui

    #180292
    3t2409
    Member
    Post count: 45

    Thanks for the reply, Rui. But that didn’t work unfortunately.

    #180304
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Unfortunately it’s not currently possible, will see if we can add an option in a future update

    – Kyle

    #182579
    3t2409
    Member
    Post count: 45

    That’s weird. All of the themes I’ve bought from Swift, you’ve always been able to add css to add the word menu.

    Do you think you guys would be able to add that as an update? Seems like a pretty basic feature.

    #182589
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Try this one instead.

    .header-right.aux-item:first-child:after {
      content: "MENU";
    }
     
    .mobile-header-opts.opts-right:after {
      content: "MENU";
      vertical-align: super;
    }

    -Rui

    #182920
    3t2409
    Member
    Post count: 45

    Still no dice, guys. =(

    #182921
    3t2409
    Member
    Post count: 45

    The only workaround I’ve thought of is placing a right text/shortcode block in the header right config, and writing “MENU”. This doesn’t really work, either, as users who might want to click “menu” will find that nothing happens.

    It gets the MENU text in the right place, but fails to function like a menu should.

    #183147
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Unfortunately it’s not currently possible to add the word menu to the icon, because of the way we have created the icon. If you wanted to add text to the icon the icon would have to be rebuilt in a different way so that you can use the :before or :after selectors. Unfortunately this is beyond our scope of support

    – Kyle

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register