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

@Swaroopa

  1. Navigate to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
  3. Save it.
.collection .card-information .price{
	display: none !important;
}