Add “MENU” text to 3-bar Menu button does not work
-
I added the following code into the Customizr child. It does not do anything on mobile devices:
/* START OF Add “MENU” text to 3-BAR Menu button */
.btn-navbar {
width:90px;
height:30px;
vertical-align: top;
}.btn-navbar:after {
content:”Menu”;
float:right;
margin:-16px 0 0 0;
}
/* END OF Add “MENU” text to 3-BAR Menu button */Please can you help?
Thanks
- The topic ‘Add “MENU” text to 3-bar Menu button does not work’ is closed to new replies.