Hello!
How can i add the word “MENU” next to the menu burger icon? I need it for desktop drawer menu.
Thank you!
Hello!
How can i add the word “MENU” next to the menu burger icon? I need it for desktop drawer menu.
Thank you!
@Katerina_Red Can you share your store url?
Please follow the instructions below.
header-drawer:after {
content: "MENU";
}
header-drawer {
display: flex;
align-items: center;
}
Result:
Hi,
Yes it’s naturalhellenia.com
@Katerina_Red can you provide password too? of the site
Hi,
Thank you for the reply!
OK i did that but now it covers the search icon:
password: stifau
Can this be fixed through css?
Also if i update the theme will these changes be lost?
Thank you
stifau
@Katerina_Red add below css to manage the search icon .you will not loose any changes when theme will be updated.
summary.header__icon.header__icon--search.header__icon--summary.link.focus-inset.modal__toggle {
margin-left: 55px;
}