Remove price from related products

I dont want the price to show up on any of the related products. Using the Enterprise theme. Example of the issue in the link https://stereomaxelectronics.com/collections/jensen-stereos/products/jensen-7-mechless-wireless-carplay-android-auto-touchscreen-w-back-up-cam-car723w-bc

Hi @AndrewG123

We would require access to your store to remove it for you, please DM so that we can guide you further.

Thanks

Hi @AndrewG123

Check thiso ne.

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

.shopify-section.cc-product-recommendations .price.price--top {
    display: none;
}

And Save.

Result:

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Thanks this worked