Hello,
I would like the 3 lines to change to say menu instead When on the mobile, or even menu next to it, so it’s very clear.
Can that be done? If so any advice on how is appreciated.
Thank you
Hello,
I would like the 3 lines to change to say menu instead When on the mobile, or even menu next to it, so it’s very clear.
Can that be done? If so any advice on how is appreciated.
Thank you
css
.site-nav--mobile-toggle { .icon-nav-menu:before { content: "Menu"; } }
Alternatively, you can also use the following code to display “Menu” next to the icon:
css
.site-nav--mobile-toggle { .icon-nav-menu:before { content: ""; background-image: url("//cdn.shopify.com/s/files/1/0022/5642/t/9/assets/menu.svg"); background-size: contain; display: inline-block; width: 20px; height: 20px; margin-right: 10px; } .site-nav--mobile-toggle__label { display: inline-block; vertical-align: middle; } }
This will display the “Menu” text next to the icon on the mobile menu. You can adjust the width, height, and margin of the icon as needed.
Hello, I dont have theme.csss.liquid under Assets only theme.js or styles.css.liquid. I tried adding in both but it doesnt work.
Write .css in search and you will see all css file or it would sccc
styles.css.liquid it is , add code there it is the main CSS file for your theme
I copied the code that you said at the end of the styles.css.liquid but it didnt change anything.
Shop name is www.saboco.ro