Hello, as you see in the picture, my store name have two different colors, one is black because i point mice on it, and the second color is gray when entering the webpage, how to change that to be just black? i’m using DAWN Theme, thanks
Topic summary
A user needed to fix inconsistent store name colors in the Dawn theme—gray on page load, black on hover.
Solution provided:
- The issue was caused by an opacity setting (0.75) in the CSS
- Navigate to: Shopify admin → Online Store → Themes → Actions → Edit code
- Open the “base.css” file in the Assets folder
- Locate the relevant CSS rule and remove “, 0.75” from the opacity value
- Use Ctrl+F to search for the code efficiently
Outcome:
The solution successfully resolved the color inconsistency. The helper emphasized this minimal edit approach to preserve flexibility for future color changes without overriding existing code. Multiple users confirmed the fix worked for them.
Hi @Horus-Wings
Maybe there is an opacity for the color of your font. Would you mind to share your stor URL?Thanks!
Thanks for the info, check this one.
I dont like to over ride the code. If you find it difficult to find this code, let mek now.
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” file, and find this code below.

Just remove the , 0.75
Like this below:

And Save.
You can used ctrl + f to find easily the code.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Well Done Buddy, im thankful, you teached me something today ![]()
Your Welcome! The thing is its only , 0.75 to remove. So maybe in the future you like to change the color. So I dont like to over ride it, when you can easily just remove.
Thank you so much! Made an account just to say this! ![]()
