Replace "+" for Menu to "Menu"

Locked
rider
Posts: 497
Joined: 05 Mar 2010, 13:17

25 Sep 2015, 14:11

Hello,

How can I replace the "+" in mobile mode to text like "Menu".
I guess for some "stupid" user it´s not clear that they can use the "+" - Button for opening the menu.
Which CSS class should I use for this?

Thanks.
Primefaces 12.0, WildFly 21

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

28 Sep 2015, 10:50

I think you can try with;
in topbar.xhtml

Code: Select all

<a id="mobile-menu-button" class="Fright ShowOnMobile ripplelink Unselectable ShadowEffect"><span class="test">Menu</span></a>
css

Code: Select all

.test {
    font-family: "roboto_condensedlight";
    font-size: 18px;
    font-weight: normal;
    position: relative;
    top: -5px;
}

Locked

Return to “Rio”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 5 guests