Changing color of text in mobile menu

Solved

Changing color of text in mobile menu

radaApeta
Explorer
62 0 21

Hello,

how can i change the colour of the text ¨SLEVY¨on phone to the red colour on deskop version ? Thank you
https://www.pickupstore.cz/

stažený soubor (9).jfif

valenta14
Accepted Solution (1)

Moeed
Shopify Partner
5769 1564 1858

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#HeaderDrawer-slevy {
    color: red !important;
}
</style>

RESULT:

Moeed_0-1730371969387.png

 

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

 

Best Regards,
Moeed

- Get a quick Shopify quote – Click here!

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Reply 1 (1)

Moeed
Shopify Partner
5769 1564 1858

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#HeaderDrawer-slevy {
    color: red !important;
}
</style>

RESULT:

Moeed_0-1730371969387.png

 

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

 

Best Regards,
Moeed

- Get a quick Shopify quote – Click here!

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications