Hello again
How can I hide "Category" from top menu for desktop and enable it for mobile?
@media all and (min-width:768px) {.category { display: none !important; } }
This will hide entire top menu, but I want hide only the first position.
@Edit: I've got this. This custom css code above will hide "Category" from menu for desktop users.
.png.022b5452a8f28f552bc9430097a16da2.png)