Changing color in header

Solved

Changing color in header

radaApeta
Explorer
64 0 23

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
6986 1884 2302

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

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 3 (3)

Moeed
Shopify Partner
6986 1884 2302

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

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


radaApeta
Explorer
64 0 23

thank you bro!! 

valenta14
radaApeta
Explorer
64 0 23

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