Change Header Font Color

Change Header Font Color

porpoise
Visitor
3 0 1

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

Replies 2 (2)

suyash1
Shopify Partner
10862 1343 1718

@porpoise - please add this css to the very end of your base.css file and check

.header .header__heading-link .h2 {color: #Ed1b58;}
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

niraj_patel
Shopify Partner
2391 516 515

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.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com