Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › "Search" display › Reply To: "Search" display
September 7, 2021 at 2:24 pm
#34578
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.