Hey, All.
i want to change the font size and color of price on product page. Also, is it possible to change the position of price and compare at price?
Topic summary
A user seeks to modify the price display on their product page in the Dawn theme, specifically wanting to change the font size and color. They also ask about repositioning the price and compare-at price elements.
Proposed Solution:
- A CSS code snippet was provided targeting
.price-item.price-item--regularwith properties for font-size (34px) and color (blue). - The code should be added to the theme’s CSS file.
Additional Context:
- The user shared their product page URL for reference.
- One responder requested store access details to provide a tailored solution.
Status: The discussion remains open, as the original poster has not confirmed whether the CSS solution resolved their issue or addressed the positioning question.
Hello @vishvassingla
Please provide your store URL and, if it is password protected, please share the password so I can review it and provide a solution.
Hello @vishvassingla
Its Artzen Technologies! We will be happy to help you today.
Please add the below mentioned CSS in your css file
.price-item.price-item--regular {
font-size: 34px;
color: blue;
}
Let me know if need further assistance
Regards,
Artzen Technologies
