Hi guys,
How can I make the word “Menu” in the header smaller. The code to add “Menu” to the header is at the top of theme.liquid if it helps. Any help would be greatly appreciated!! Website: seraneeva.com
Hi guys,
How can I make the word “Menu” in the header smaller. The code to add “Menu” to the header is at the top of theme.liquid if it helps. Any help would be greatly appreciated!! Website: seraneeva.com
Hi again,
I think I’ve done this before. You can change the value below as you wish. Adding ‘costum.css’ should be enough for the code.
.site-nav–mobile:before {
font-size: 9px;
}