Home Forums WoodMart support forum How to hide the product price for the search bar dropdown results

How to hide the product price for the search bar dropdown results

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #621758

    HARSLE
    Participant

    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.
    #621890

    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.

    #621901

    HARSLE
    Participant

    Duct.harsle.com

    #621978

    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.

    #622126

    HARSLE
    Participant

    the price did not disappear

    #622284

    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.

Viewing 6 posts - 1 through 6 (of 6 total)