My “featured collection” header is currently white, and i would like to see it as black. Any custom CSS to help? i am also using dawn theme btw.
Topic summary
Main issue: Change the “Featured collection” header color from white to black on the Dawn theme.
Proposed solution: Add a CSS rule in the theme’s CSS file (base.css/style.css/theme.css) via Online Store > Themes > Edit code. Use a selector targeting the collection title to set color to black (CSS = Cascading Style Sheets).
Steps: 1) Go to Online Store > Themes. 2) Actions > Edit code. 3) Open the CSS file in Assets. 4) Append a rule to set the collection header text color to black. 5) Save. A screenshot was shared showing the result.
Status/outcome: A clear, actionable CSS fix was provided; original poster has not yet confirmed resolution.
New, separate request: Another user (on the Shopify Testament theme, not Dawn) asked if it’s possible to add custom text to specific areas on the cart page and a pop-up. They linked the theme preview and included screenshots marking the desired locations.
Status of new request: No solution provided yet; remains open. Images are central for the requested insertion points.
Check this one.
From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.collection__title.title-wrapper h2 {
color: black !important;
}
And Save.
Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hello Made4uo-Ribe!
This is the Shopify Testament theme. I haven’t live the theme yet. I want to add text to the marked place on the cart page and pop-up page, Is it possible? Text Here (We prioritize small batches for fresh products every time. Don’t forget to explore retail stores in the menu) Please please help me. Thank you.
https://themes.shopify.com/themes/testament/styles/genesis/preview
Pop Up Page
Cart Page


