Jump to content

Edit History

Tintai

Tintai

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.

Tintai

Tintai

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.

Tintai

Tintai

Hello again :)

How can I hide "Category" from top menu for desktop and enable it for mobile?

@media all and (min-width:768px) {.top-menu {
        display: none !important;
        }
  }

This will hide entire top menu, but I want hide only the first position.

 

×
×
  • Create New...