i want prices to be in black..
URL: redpandaoutdoor.in
Topic summary
A user seeks to change product price colors to black on their Shopify store (redpandaoutdoor.in).
Proposed Solutions:
- Add CSS code to the base.css file targeting price elements with
color: #000 !important; - Alternative approach: Insert code in the theme.liquid file above the
</body>tag
Current Status:
- Multiple solutions have been offered by community members
- One responder notes that an earlier solution may have already been accepted
- The discussion appears to have multiple CSS-based fixes available, though it’s unclear which (if any) successfully resolved the issue
Technical Details:
- Solutions involve editing theme files (base.css or theme.liquid)
- CSS targeting focuses on price-related classes and text elements
1 Like
Hi @Emiway , It seems like you have accepted my solution earlier for this post.
Thanks
Hello @Emiway
You can add below css in base.css file
price-list.price-list .text-subdued {
color: #000 !important;
}
This is Richard from PageFly - Shopify Page Builder App
Hi @Emiway Please add code here to fix it:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file theme.liquid
Step 3: Add code above the tag
Hope my solution will help you resolve the issue.
Best regards,
Richard | PageFly
