How can I disable Top Menu Items by default on an event page?

  1. Home
  2. Docs
  3. Januas
  4. Frequently Asked Question...
  5. How can I disable Top Menu Items by default on an event page?

How can I disable Top Menu Items by default on an event page?

1. Activate Januas child theme. Please read how to activate a child theme if you have not yet.

2. Navigate through Appearance->Editor and add the following css in style.css:

.single-ja-event #menu_top_event {
    display: none;
}

3. Save changes.

Was this article helpful to you? Yes 1 No