Keep collection product list price font one size & product price another size?

Keep collection product list price font one size & product price another size?

Make Image2 font size bigger, and keep image1 font size the same. Is this possible?

.price, .price-item

www.extremekool.com

IMAGE1: Keep font size smaller than the one listed on the product page.

IMAGE2: Make the price bigger for users

1 Like

@Brian-A oh sorry for any issue i have checked code both font size are same current size is 16px but if you want change please add below code and update.

  1. Go to Online Store->Theme->Edit code
  2. Asset->/component-price.css ->paste below code at the bottom of the file.
.price .price-item {font-size: 18px;} /* change valuea as you like */