Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Landing page results order & hide title › Reply To: Landing page results order & hide title
December 27, 2022 at 2:58 pm
#40645
Keymaster
Hi,
1. You can try this custom CSS to hide the titles and only show on hover:
.asp_content {
opacity: 0;
}
.item:hover .asp_content {
opacity: 1;
}
2. When using the auto-populate the ordering depends on the settings, use these settings to use the default ordering: https://i.imgur.com/f7wsLZi.png