Hi all, Just changed to Context theme and I want to increase the size of the text showing the price of the product on the product page. Other posts I have seen said to look in the theme.scss file. But I cannot find one for the context theme. Any suggestions? url is www.hotdrinks.net. image attached of price area I want to increase in size.
@kevin17 - add this css to the very end of your theme.css file and check, adjust number as per the need
.product__block .meta{font-size: 24px;}
Thank You. That seems to have worked perfectly. not checked on mobile yet but works off normal computer. Many Thanks. Kevin

