Hi
I’d like to reduce the size of the compare at price and change it’s color while maintaining the the regular price’s size.
store link: https://www.angelicskinco.com/
A user wants to reduce the size and change the color of the compare-at price (strikethrough/sale price) in the Prestige Shopify theme while keeping the regular price unchanged.
Solutions provided:
.ProductMeta__Price.Price.Price--compareAt.Text--subdued (or similar)color and font-size propertiesExample CSS code:
span.ProductMeta__Price.Price.Price--compareAt.Text--subdued h4 {
color: red !important;
font-size: 15px !important;
}
Status: Resolved. The user confirmed the solution worked.
Hi
I’d like to reduce the size of the compare at price and change it’s color while maintaining the the regular price’s size.
store link: https://www.angelicskinco.com/
Hi @jeje121 ,
Please follow the instructions below to change the color and size of the compare price.
Hi @jeje121 ,
I’m Richard Nguyen - CRO Expert at PageFly.
You can go to Online store => themes => actions => edit code and add this code on file theme.css
span.ProductMeta__Price.Price.Price--compareAt.Text--subdued.u-h4{
color: red !important;
font-size: 15px !important;
}
Hope this answer helps.
Best regards,
Richard | PageFly
THANK YOU
You’re utmost welcome ![]()