How Do I Change The Color Of The Sale Price on product page? (Publisher Theme)

Topic summary

A user needed to change the strikethrough price color from black to red (matching the sale price) on their product page using the Publisher theme, as the current black color was difficult to see.

Resolution:

  • Another user provided a step-by-step solution involving custom CSS code
  • The fix required editing the theme.liquid file in the theme code editor
  • Custom CSS needed to be added above the tag to modify the strikethrough color

Outcome:
The issue was successfully resolved after implementing the provided code solution.

Summarized with AI on November 19. AI used: claude-sonnet-4-5-20250929.

I’m looking to change the color of the strikethrough to the red color of the sale price. Right now it is a black color and it is really hard to see. Can someone help me figure out how to change this?

Hey @Gossipladyz
Kindly share your store URL and password if enabled

pwd: lady123

Hey @Gossipladyz

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above tag.

Moeed_0-1686979730195.png

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like

Thanks, issue resolved