Join us today @ 1pm EDT for an AMA with 2H Media: Holiday Marketing for Your Shopify Store and have your marketing questions answered by marketing experts 2H Media | Plus watch the 2H Media AMA Livestream on Twitch!

Changing color in header

Solved

Changing color in header

radaApeta
Excursionist
29 0 7

Hello,

I need help with changing the color of the text in header, but i only want the word ¨SLEVY¨ to appear in red color. 
thank you for your help !! 🙂

radaApeta_0-1720894024450.png

 

valenta14
Accepted Solution (1)

Moeed
Shopify Partner
4998 1330 1610

This is an accepted solution.

Hey @radaApeta 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
a#HeaderMenu-slevy {
    color: red !important;
}
</style>

RESULT:

Moeed_0-1720894711542.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

View solution in original post

Replies 3 (3)

Moeed
Shopify Partner
4998 1330 1610

This is an accepted solution.

Hey @radaApeta 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
a#HeaderMenu-slevy {
    color: red !important;
}
</style>

RESULT:

Moeed_0-1720894711542.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
radaApeta
Excursionist
29 0 7

thank you bro!! 

valenta14
radaApeta
Excursionist
29 0 7

Hey, 
so this does worked, but when i click on it its back to black color, i want the red to be there always, not only on home screen. thank you

radaApeta_0-1720899520629.png

 

valenta14