Befref,  как вариант
 
<style type="text/css">
   .rmm.style ul{
     background-color: transparent;
   }
    </style>
// click interacts in mobile wersion
	$('.rmm-dropdown').click(function (e) {
		if($(this).parents(".rmm-menu").hasClass('rmm-mobile')){
			e.preventDefault();
			e.stopPropagation();
			$(this).next().addClass("rmm-subview");
			var index=$(this).parent().index();
			var i=0;
			$(this).parent().parent().children("li").each(function() {
				if(index==$(this).index()){
					$(this).removeClass("rmm-subover-hidden");
					$(this).addClass("rmm-subover-visible")*!*.css({opacity:0}).animate({opacity:1},800);*/!*
				}else{
					$(this).removeClass("rmm-subover-visible");
					$(this).addClass("rmm-subover-hidden");
				}
			});
			$(this).addClass("rmm-subover-header");
		}
	});