Page 1 of 1

Replace "+" for Menu to "Menu"

Posted: 25 Sep 2015, 14:11
by rider
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.

Re: Replace "+" for Menu to "Menu"

Posted: 28 Sep 2015, 10:50
by mert.sincan
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;
}