Home Forums WoodMart support forum Hide Price in Search Tab

Hide Price in Search Tab

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #482279

    kunalfddi
    Participant

    Hi,

    Please find attached screenshot, want to hide the price that is showing up when we search a product by its name in search tab.

    Kindly provide css code to remove the same.

    Thanks
    Kunal

    Attachments:
    You must be logged in to view attached files.
    #482299

    Luke Nielsen
    Keymaster

    Hello,

    Try to use the below code for removing prices there, enter the code into the “Global Custom CSS” area in Theme Settings -> Custom CSS.

    .wd-header-search-form .wd-dropdown-results .price {
        display: none;
    }

    Kind Regards

    #482324

    kunalfddi
    Participant

    Hi,

    Thanks for sharing the CSS code, for the desktop view its done

    But for mobile it is still showing the price in header search column. Request you to please share CSS code for mobile view also.

    Please find attached screenshot

    Attachments:
    You must be logged in to view attached files.
    #482337

    Luke Nielsen
    Keymaster

    Hello,

    Ok, in this case, try to use the below one:

    .wd-search-full-screen .wd-dropdown-results .price {
        display: none;
    }

    Let me know the result.

    Kind Regards

    #482367

    kunalfddi
    Participant

    Hi,

    The above CSS Code is not working. Still the price is showing up in header search column in mobile view.

    Regards

    #482372

    Luke Nielsen
    Keymaster

    Hello,

    In this case, send me the URL link to your website so I will investigate it.

    I await your response.

    Kind Regards

    #482463

    kunalfddi
    Participant

    Here is the link of my website

    #482532

    Luke Nielsen
    Keymaster

    Hello,

    So now the below code should work well: https://take.ms/QzqYH

    .wd-header-search-form-mobile .wd-dropdown-results .price {
        display: none;
    }

    Kind Regards

    #482830

    kunalfddi
    Participant

    Thanks for resoving the issue.

    Close this ticket

    #482852

    Luke Nielsen
    Keymaster

    Hello,

    Glad that the issue is resolved.

    If you have any questions or wish to learn more about our theme, do reach out to our customer service team at any time.

    Kind Regards

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

The topic ‘Hide Price in Search Tab’ is closed to new replies.