Change the look of the menu for mobile

April 2014 WordPress Theme
GK User
Mon Jan 12, 2015 11:24 am
Hi!

Is possible change the look of the menu for mobile using CSS?
I can't get the changes to take effect.

Thanks! :)
User avatar
Expert Boarder

GK User
Mon Jan 12, 2015 1:10 pm
Hi,

You have to edit mobile.css file (which is loaded only on mobile screens) or use media queries in your override.css file:
Code: Select all
@media (max-width: 600px) {
   #menu_selector {
        css rules;
   }
}
User avatar
Moderator


cron