Hello
I can't seem to find a way to hide the price in catagory view - I don't want the price to be displayed until you view the product - is this possible?
Thanks
Hide Price in Catagory View
-
- Phoca Professional
- Posts: 118
- Joined: 19 Jan 2022, 19:55
Re: Hide Price in Catagory View
Hello!
Just add to your CSS the following:
.pc-category-view .ph-category-price-box
{
display: none;
}
Just add to your CSS the following:
.pc-category-view .ph-category-price-box
{
display: none;
}
-
- Phoca Member
- Posts: 15
- Joined: 25 Aug 2023, 11:23
Re: Hide Price in Catagory View
Perfect - Thank you