A user wants to change the price color from grey to red for both the featured collection (Best Sellers section) on the home page and the product page. Specifically, they want to modify the original price (the crossed-out/strikethrough price) to display in red.
Solution Provided:
A community member offered a CSS code snippet to resolve the issue:
Navigate to Theme Settings → Custom CSS
Add the code: .text-strike { color: red !important; }
This CSS targets the strikethrough price element and should apply the red color across both the featured collection and product pages. The discussion appears resolved with a straightforward technical solution.
Summarized with AI on November 11.
AI used: claude-sonnet-4-5-20250929.