How to hide product price on collections page using theme Avenue?

I need to remove the price being shown on the collection pages on website. It sounds like there is a line of code I need to remove on the backend but personally have no clue on this subject. I was able to hide the price being shown in the product page itself, but it is still being shown on the main collection page. Does anyone have any ideas? Thank you!

@Covenant ,

Welcome to the Community.

Share the store URL please with password..

Hi @Covenant ,

Go to Assets > styles.css and paste this at the bottom of the file:

product-price{
	display: none !important;
}

Hope it helps!