I was wondering if anyone could help with an issue? Everywhere on my site I have a black background with a grey text and some gold highlights. No matter how many times I update the theme on my store page or my products page they all come up like the below: White background black writing. I have updated to the correct theme everywhere possible and have even tried editing the product template in so many different ways. It just won’t change. Can anyone offer some help as I am a beginner and not sure how to change it via code editing. Thank you.
Your store is password-protected. No way to view it.
Do you know how to use developer tools to check the CSS? Chrome, and most other browsers, have developer tools, that let you know what CSS has priority, and what it is overriding. I think you press F12 on Chrome.
My apologies password is help.
I have had a look at your site and I don’t know enough about the style of the theme to offer any quick assistance. Although it looks like the Dawn theme. The following refers to that theme. To try to point you in the right direction, the elements on your screen are using variables set in your theme, or theme files. As an example, the following element from your site uses --color-link:
Some of these variables can be found in your theme.liquid file as examples:
–color-base-text: {{ settings.colors_text.red }}, {{ settings.colors_text.green }}, {{ settings.colors_text.blue }};
–color-shadow: {{ settings.colors_text.red }}, {{ settings.colors_text.green }}, {{ settings.colors_text.blue }};
These seem to be pulled from your theme settings. But not all of the variables are in that file.
and others is your Assets/base.css
My knowledge of this is limited, however. You better wait to get some real advice.
Thanks for trying





