Hello I need help making the font size of the price smaller. As seen in the picture I would like the $38 to match the font size of the compared at price. Also I would like to get rid of the “sale” text in the black box that is to the right. Any help is greatly appreciated!
@gavboy555 please add this css to the very end of your base.css file and check
shopify admin->online store->themes->edit theme code->assets->base.css
.price .price-item{font-size: 13px; font-weight: 400 !important;}
.price__badge-sale {display: none !important;}
this worked thank you so much!!

