Shopify themes, liquid, logos, and UX
I am trying to change the header that says "mei" on ALL of my pages to be a different color: #Ed1b58 but I don't know how to change it from the theme header text color without changing all of the other text that use the header font throughout the website. It is not letting me add another color scheme in the theme settings. I also don't know how to code but if someone can give me instructions I would appreciate it very much!
mei-cosmetics.co
Hello @porpoise
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.header__heading-link .h2 {
color: #Ed1b58 !important;
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025