yes please share store url so i will check and let you know
Topic summary
Goal: make all grey text render as black across a Shopify Dawn theme, beyond menus and product pages (e.g., Terms, Contact, homepage rich text).
Context shared: a page URL was provided (https://www.alarconatelier.com/pages/duvidas-frequentes) along with a screenshot to illustrate the grey text.
Proposed fix: add CSS at the end of base.css:
body { color: rgba(var(–color-foreground), 1); }
This sets the default text color to the theme’s foreground color at full opacity (effectively black in most Dawn setups).
Outcome: the original poster confirmed this change worked “perfectly” for the problematic pages and accepted it as the solution.
Latest update: another participant reports the fix only affects body text and asks how to force all remaining grey text to black while keeping white text on buttons unchanged. No follow-up guidance yet.
Status: partially resolved. Initial issue fixed for the OP via a CSS override; an open follow-up remains on ensuring all grey elements turn black without impacting white button text.