Hey guys,
Can someone please help me out with removing the ‘search’ and ‘shopping cart’ text in my nav bar? Just want the icons to be there but I am unsure where to remove it in the header. liquid.
Site URL: https://soundlab-melbourne.myshopify.com/
Password: thesoundlabmelbourne
@Hannaht2
sorry for that issue can you try this code
- Go to Online Store->Theme->Edit code
- Asset->/theme**.css** ->paste below code at the bottom of the file.
.menu-meta__text {display: none;}
Hey @KetanKumar ,
Thanks for getting back to me!
That works, thank you! Is it possible to just remove ‘search’ and ‘shopping cart’ and leaving the menu text there?
@Hannaht2
yes, please add this code
span.menu-opener__text.lap--hide.menu-meta__text {
display: block;
}
@KetanKumar
Thank you so much! Is adjusting the padding between icons difficult?
@Hannaht2
yes, please add this code
.header .menu-meta li:not(:last-child) {margin-right: 10px;}