How to hide the product price for the search bar dropdown results
-
I want to remove the price for the search bar dropdown results, how to fix
Attachments:
You must be
logged in to view attached files.
Hello,
Can you please share the page URL so I will give you the custom CSS code to hide the price only from the search dropdown.
Best Regards.
Hello,
Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:
.search-results-wrapper span.woocommerce-Price-amount.amount {
display: none;
}
Best Regards.
the price did not disappear
Hello,
I hope this message finds you well.
To proceed with implementing the custom CSS on your site, could you please provide the administrative login credentials? This will allow me to make the necessary adjustments directly and verify the results.
Best Regards.