A user wants to increase the product price font size on mobile devices only. They shared a code snippet from their product page template.
Solutions Provided:
Two support teams offered identical CSS-based solutions:
Navigate to Shopify Admin → Online Store → Themes → Actions → Edit Code
Locate the base.css or theme.css file in the Assets folder
Add the following CSS at the end of the file:
@media only screen and (max-width: 600px) {
.price-item.price-item--regular, .price.price-item {
font-size: 24px !important;
}
}
Status: The issue appears resolved with working CSS code provided. Both solutions use a media query targeting screens up to 600px width and increase the price font size to 24-25px with !important to override existing styles. Screenshots were included showing the implementation steps and expected results.
Summarized with AI on November 7.
AI used: claude-sonnet-4-5-20250929.
Hello @VinUp .
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.