Home Forums WoodMart support forum Mega Menu Problem Reply To: Mega Menu Problem

#422205

Hello,

Sorry to say but there isn’t a direct option available in the Theme for that.

So, please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

.wd-search-full-screen .autocomplete-suggestion .suggestion-content .price {
    display: none !important;
}

Hope this works out for you !

Best Regards.