Remove/Change display in the Product Carosel-

Hi Sanjeev,

I have searched the support forum and googled Woocommerce solutions, but have not found any adequate solution (except a Spanish plugin; see below).

I have been able to remove or replace the things that do not apply to us on the product pages (review stars and prices). But not on the Product Carosel which we have on the home page.

The review stars we would like to completely remove (or replace with custom text) on a global basis.

The price issue is a bit more involved, as we need to replace only the $0 items (private tours) with text - or, if needed, to remove completely, as blank is peferrable to “from €0” on the Product Carosel listings.

Please see the image below.

Many thanks in advance!
Kevin
image
Spanish Plugin: https://boluda.com/plugins/producto-sin-precio-en-woocommerce/

Hello Kevin,

To remove the stars, please go to Appearance >> Customize >> Custom CSS AND js >> Custom CSS and add the below code:

.article .hover-article .star-rating {
display: none;
}

To replace theme and woocommerce specific strings - please follow: https://www.support.waituk.com/hc/en-us/articles/115001440609-Rename-Theme-Words-and-Strings

Thank you

Hi Sanjeev,

The stars are gone but I cannot find the word “from” in either the theme or woocommerce. I need to remove the price call completely, as blank is peferrable to “from €0”. What is the .css code to do that?

Many thanks!