How to hide the price on Featured collections of the theme Dawn 2.0?

Hi @Swaroopa ,

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

.collection .card-information .price{
	display: none !important;
}

Hope it helps!