New Landing How can we help? Atelier Simple mobile question

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Atelier
  • #170108
    pnitas
    Member
    Post count: 42

    Hi guys

    Just finishing the mobile version of my website and want to know if its possible to change the mobile´s menu icon for simple&small text like MENU 😉

    Regards!

    #170569
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Not sure if it’s possible will forward it to the development team.
    Let’s wait for the reply

    -Rui

    #170596
    pnitas
    Member
    Post count: 42

    Ok, thanks!

    #170661
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    Yes, it would be possible, try this:

    a.mobile-menu-link {
      width: auto;
      height: auto;
    }
    a.menu-bars-link span {
    display: none;
    }
    a.mobile-menu-link.menu-bars-link:before {
      content: "Menu";
      font-size: 20px;
      display: block;
      text-indent: 0;
    }

    – Ed

    #170729
    pnitas
    Member
    Post count: 42

    Hi ED,
    The icon is gone; but no MENU text in its place..
    Have cleaned cookies and tried from different devices.
    Regards.

    #170768
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Sorry, missed one line. Code should be:

    a.mobile-menu-link {
      width: auto;
      height: auto;
      text-indent: 0;
    }
    a.menu-bars-link span {
      display: none;
    }
    a.mobile-menu-link.menu-bars-link:before {
      content: "Menu";
      font-size: 20px;
      display: block;
      text-indent: 0;
    }

    – Ed

    #170789
    pnitas
    Member
    Post count: 42

    Thanks Ed
    Working 🙂

    #170792
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Great, happy to help!

    – Ed

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

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

License required for the following item
Login and Registration Log in · Register