Change in sidebar '...' with 'Menu'

GK User
Fri Dec 05, 2014 12:10 pm
is it possible to change the three dots with the word 'Menu' in the sidebar?

thanks
Leonardo
User avatar
Fresh Boarder

GK User
Mon Dec 08, 2014 12:07 pm
Hi, sure. Start from this Custom CSS code:

Code: Select all
#gk-header > span:after {
    content: " Menu";
}


p.s.
Check my footer link also.
User avatar
Platinum Boarder

GK User
Mon Dec 08, 2014 12:17 pm
and to remove dots:
Code: Select all
#gk-menu-button > span {display:none;}


add this code under last one.

Also this funny part can help:
Code: Select all
#gk-header > span:hover  {font-size:110%; color:#E45245}
User avatar
Platinum Boarder


cron