Sale price color issue

Topic summary

A user is experiencing inconsistent styling when trying to change sale prices to red (#b22222) on their collection page. Despite implementing CSS code targeting .grid-product__tag--sale + a .grid-product__price, some prices remain unaffected.

Attempted Solution:
Another user suggested adding the CSS through Shopify’s Custom CSS section with !important flag to increase specificity:

.grid-product__tag--sale + a .grid-product__price {
  color: #B22222 !important;
}

Current Status:
The solution did not fully resolve the issue—some prices are still displaying in green instead of the intended red color. The problem remains unresolved, suggesting the CSS selector may not be targeting all sale price elements correctly, or there may be conflicting styles with higher specificity.

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

no still some prices are in green :disappointed_face: