Changing the menu tab to a work or an image

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Tue May 26, 2015 7:56 am
Reply with quote
Report this post
Hello,

Very recently I built a site for my boss... the site uses the Music State template and it looks great. However, the people who have been using the site seem to have the same complaints and they are sending the complaints to my boss... they are saying that they cannot find the MENU itself. I know that it is a silly complaint and my boss has tried to just educate people on the matter, but she has requested that I possibly change the little 3 bar tab for the Aside Menu from the 3 bar image it is to a possible word reading MENU or even an image... We do not want the classic menu, yet the drop down is not easily and readily accessible to these folks, so... any ideas on the matter?

Thanks for your time,
Charles
User avatar
Fresh Boarder

GK User
Fri May 29, 2015 2:25 pm
Reply with quote
Report this post
Hello,

Please try to add in the tablet.css:

Code: Select all
#gkLogin {
   right: 114px!important;
}
#gkMobileMenu:before {
   content: "MENU";
   font-size: 14px;
   font-weight: bold;
   left: -40px;
   position:absolute;
}


in the small.tablet.css:

Code: Select all
#gkLogin {
   right: 94px!important;
}


and in the mobile.css:

Code: Select all
@media (max-width: 460px) {
#gkLogin {
   right: 44px!important;
}
#gkMobileMenu:before {
   content: "";
}
}
User avatar
Administrator


cron