This topic has 4 replies, 3 voices, and was last updated 9 years ago ago by Jack Richardson
Dear Sir,
How to prevent the search from displaying product names in the dropdown menu when inputting the search keywords?
Hello,
Add this code in custom.css file:
.et-mega-search .et-search-result, .et-mega-search .et-close-results {
display: none !important;
}
How to create custom.css you can watch in this tutorial
Regards,
Eva Kemp.
Dear Sir,
I added this code in custom.css file,
.et-mega-search .et-search-result, .et-mega-search .et-close-results {
display: none !important;
}
But it doesn’t work and still displaying product names in the dropdown menu when inputting the search keywords. So, How can I do?
Hello,
You didn’t rename default.custom.css file to custom.css.
Please do this via FTP in wp-content/themes/legenda directory.
Have you watched this tutorial?
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up