Home › Forums › WoodMart support forum › Hide Price in Search Bar › Reply To: Hide Price in Search Bar
November 5, 2020 at 10:36 pm
#239241
Elise Noromit
Member
Hello,
When a user is not authorized he is not able to see the prices: https://prnt.sc/veb91j
Please add this code to the Theme Settings > Custom CSS > Global to hide the prices for logged in users:
.search-results-wrapper .woodmart-scroll .woodmart-search-results .price {
display:none;
}
Best Regards