Changing announcement bar text and price text

Try adding this code to the bottom of theme.css

/* Bold announcement text */
.announcement__text.announcement__text--open {
  font-weight:bold;
}

/* compare price font size */
.product__price.product__price--compare {
  font-size: 12px;
}

/* sale price font size */
.product__price.sale-price {
font-size:18px;
}
1 Like