Hi! how to make the font size of the prices to be the same size as the title and make the price in “bold” under collection.
Shop url - https://greenpaxusa.myshopify.com/
pw - xuldeb
Hi! how to make the font size of the prices to be the same size as the title and make the price in “bold” under collection.
Shop url - https://greenpaxusa.myshopify.com/
pw - xuldeb
Hi @GreenPax
Try this one.
.collection .price__container {
font-size: calc(var(--font-heading-scale) * 1.3rem) !important;
font-weight: 900;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
thank you!!