Hi
Please can u provide a solution to adding “menu” under hamburger icon on mobile view (attached example below)
my store:
URL: appliancesclub.com
Theme: Warehouse
wanted result:
example:
cheers.
Hi
Please can u provide a solution to adding “menu” under hamburger icon on mobile view (attached example below)
my store:
URL: appliancesclub.com
Theme: Warehouse
wanted result:
example:
cheers.
@bennyhenders add below css
@media (max-width:425px)
{
button.header__mobile-nav-toggle.icon-state.touch-area::after {
content: "Menu";
font-size: 10px;
}
}