Can you please supply an example css for modifying the menu in the app

About Support Support Can you please supply an example css for modifying the menu in the app

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2927
    Avatar for Pastor AndresPastor Andres
    Moderator

    We want to dress up the menu but are not sure how to approach it.

    #4345
    Avatar for Andy MoyleAndy Moyle
    Keymaster

    The markup for the menu section of the app… (It gets changed dynamically with which items!)

    Home

    The CSS…

    .menu{display:none;z-index:999; position:absolute;top:0 left:0; width:100%; height:100%;background:#FFF;}
    .menu li{border: 1px solid #CCC; margin:0!important; padding:10px 20px;}
    .menu ul{list-style-type:none;}
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.