Buy me a coffee

Change burger icon to word “Menu”

#1. Add this code to Custom CSS box and click Save

/* burger icon to Menu */
.burger-box:after {
    content: "MENU";
    width: 60px;
    height: 40px;
    display: block;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    visibility: visible;
    margin-top: auto !important;
    margin-bottom: auto !important
}

.burger-box div {
    display: none
}

Change Burgur Icon To Word Menu 01 Min

#2. You will have a result like this

Change Burgur Icon To Word Menu 02 Min