Slovo Menu/Zavřít místo hamburgeru

PHOTO EMBED

Fri Apr 14 2023 12:32:42 GMT+0000 (Coordinated Universal Time)

Saved by @hedviga

.mobile_menu_bar:after {
    content: "MENU";
    position: relative;
    color: #fff!important;
    cursor: pointer;
    font-size: 17px;
    vertical-align: text-top;
}
/*Zneviditelneni hamburger menu*/
.mobile_menu_bar:before {
    opacity: 0;
  
.opened .mobile_menu_bar:after {
    content: "ZAVŘÍT";
}
content_copyCOPY