How can i remove this from mobile? Can someone help me out with an code?
1 Like
Hi @Jaleksi ,
Are you able to remove it via the admin menu? Online Store > Navigation.
Hi @Jaleksi
I went in the code and the following should do the trick.
Let me know if it works for you.
ul.drawer__nav li:nth-child(9) {
display: none;
}
1 Like
Worked. Thanks!
1 Like
Where do you place this code to remove that from the navigation - thank you