Hi there,
I was trying to find an article on removing prices and I haven’t been able to find one. I know this might seem like a weird request, but I need to remove the prices from my tour detail pages. Can you please advise the best way to do so?
Hi there,
I was trying to find an article on removing prices and I haven’t been able to find one. I know this might seem like a weird request, but I need to remove the prices from my tour detail pages. Can you please advise the best way to do so?
Hello Emily,
If you simply want to remove the prices, please go to Appearance >> Editor and inside your Entrada Child theme, add the CSS below as shown in image:
article footer .price > span {
display: none;
}
.trip-info .price {
display: none;
}
Thank you
Thank you Sanjeev!!!
Hi there!
I downloaded the Catalog visibility plugin, but it still shows “from” right above where the pricing was. How would I go about removing that? see below…
Hello LovinAway,
Please create a new post with your query, and link to old articles from there if required, instead of posting in really old articles as the theme and all plugins has changed multiple times and may not necessariraly be exact same requirement and solution. I will close this thread and reply to new thread you creat.
Thank you
Hello,
I had the same request. I tried both plugins and the suggested CSS but it seems not working.
May I suggest that you make this option of removing a main part of the theme options so that it avoids us going for plugins and other ways?
Kind regards,
Please create a new post with your query as mentioned in the post above yours. And put your specific issue with as much detail as possible. thx.