This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: "Search" display

#34578
Ernest MarcinkoErnest Marcinko
Keymaster

Try this:

li#menu-item-23494>a {
    display: none;
}

li#menu-item-23494 {
    height: 121px;
    line-height: 121px;
}

li#menu-item-23494 .asp_w_container {
    display: inline-block;
    vertical-align: middle;
}

This resulted in: https://i.imgur.com/bqtYwWB.png

However this custom CSS will only work with that menu element ID, I could not find any more specific class name on them. So if the menu item changes, this may no longer works.