I am designing my homepage on the Dawn theme, and I am trying to change the text color that is on top of the home image. I know you can change it with the theme colors but doing that also changes the entire page. I want to specifically change the color of the text on the home image. Here is my website link: Viibed
Hi @Viibed ,
Here are the steps you can follow:
1, Navigate to Online Store > Themes > Edit Code.
2, Locate and open the base.css (or theme.css, custom.css) file.
3, Paste the code snippet provided below at the bottom of the file, then save your changes.
#Banner-template--23105229029654__image_banner h2.banner__heading {
color: #fff;
}
Here is the result
We hope this assists in resolving the issue.
If you find our solution helpful, kindly consider Liking and Marking it as Accepted. Thank you!
Hello @Viibed
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Yup it worked, thank you!
If you find our solution helpful, kindly consider Liking and Marking it as Accepted. Thank you!


