Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Unable to Change the colour of a single menu item

Solved

Unable to Change the colour of a single menu item

BRocks
Shopify Partner
4 0 3

I'm trying to change the colour of the "Contact" item on the menu of this store: https://sonke-boutique.myshopify.com/
how do I do it?

Accepted Solution (1)

Moeed
Shopify Partner
6326 1715 2068

This is an accepted solution.

Hey @BRocks 

 

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>
.list-menu__item[href="/pages/contact"] {
    color: red !important;
}
</style>

RESULT:

Moeed_0-1732825311293.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
6326 1715 2068

This is an accepted solution.

Hey @BRocks 

 

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>
.list-menu__item[href="/pages/contact"] {
    color: red !important;
}
</style>

RESULT:

Moeed_0-1732825311293.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


BRocks
Shopify Partner
4 0 3

Thank you so much! Got another question: I'm trying to do it on "Sonke's Top Picks" now and it's not working?

Moeed
Shopify Partner
6326 1715 2068

Hey @BRocks 

 

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>
.list-menu__item[href="/collections/sonkes-top-picks"] {
    color: red !important;
}
</style>

RESULT:

Moeed_0-1732826691801.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