Skip to content

Instantly share code, notes, and snippets.

@erezLieberman
Last active August 29, 2015 14:01
Show Gist options
  • Select an option

  • Save erezLieberman/f38f633d537b45bf1496 to your computer and use it in GitHub Desktop.

Select an option

Save erezLieberman/f38f633d537b45bf1496 to your computer and use it in GitHub Desktop.
//change the apperence of mobile menu button
.rtl{
#menufication-outer-wrap.light #menufication-top, #menufication-outer-wrap.light #menufication-non-css3-top, #menufication-non-css3-outer-wrap.light #menufication-top, #menufication-non-css3-outer-wrap.light #menufication-non-css3-top{
background-color: #f2efef !important;
background-image: none !important;
}
#menufication-nav li.menufication-active-class>a, #menufication-non-css3-nav li.menufication-active-class>a {
color: #81b735!important;
}
ul.menufication-menu-level-0{
padding-right:0;
li{
padding-right: 30px !important;
}
}
#menufication-nav li a, #menufication-non-css3-nav li a {
font-family: asaf, Fallback, sans-serif !important;
}
#menufication-top #menufication-btn:before, #menufication-non-css3-top #menufication-non-css3-btn:before {
content: none !important;
}
#menufication-btn{
img{
width: 25px;
height: 18px;
}
}
#menufication-outer-wrap.right-direction #menufication-top #menufication-btn {
right: 12px !important;
height: 18px !important;
width: 25px !important;
}
}
//change the apperence of mobile menu button
$('#menufication-btn').empty();
$('#menufication-btn').append('<img src="http://174.137.187.89/~beinenuc/wp-content/themes/beinenu/images/threelines.png">');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment