Re: Change The Color Of A Single Main Menu Item

Solved

Change The Color Of A Single Main Menu Item

ShopJadeira
Tourist
4 0 3

Hello to all the Shopify community :-),


I need help for CSS coding on Studio Theme -> I would like to change the text color of only one of my main navigation menu to highlight it.

The "HALLOWEEN SPECIAL" navigation menu should appear In Orange rather than white 
I tried to quibble with the code but nothing to do, the color does not change. I'm having trouble identifying my menu or placing my code incorrectly on my CSS stylesheet.

Website - https://shopjadeira.com/

Thank You!

ShopJadeira_0-1693924121058.png

 

 

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
8238 1977 2425

This is an accepted solution.

Hi @ShopJadeira 

Try this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

#HeaderMenu-halloween-special > span {
    color: #ff9900; 
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1693924373112.png

     

I hope it help. 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

View solution in original post

Replies 99 (99)
texasaquallc
Tourist
6 1 3

Hello,

I'm trying change a button on the menu to red. just like many other peoples have asked you. I look everywhere and the only place I can see to edit is header.lidquid under section. My theme is "supply" My URL is txaquatic.com , Can you please help me with code to change the button CLEARANCE to red color. PLease

Made4uo-Ribe
Shopify Partner
8238 1977 2425

Hi @texasaquallc 

Is this solved? 

Made4uoRibe_0-1727897249121.png

 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
texasaquallc
Tourist
6 1 3

Yes, Thanks My friend 

NSKicks
Tourist
3 0 1

All Products – North Shore Kicks
Having difficulty changing the Sale colour to red in the drawer menu. Would you be able to assist? It's using the spotlight theme.

Made4uo-Ribe
Shopify Partner
8238 1977 2425

Check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

a#HeaderDrawer-sale {
    color: #ff0000;
}

 

And Save. 

Result:

Made4uoRibe_0-1714080870453.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
pricecheckstore
Visitor
1 0 0

Check all and still dont work, please help me this is my store 

https://www.price-check.co/

want change color of SALE, also on phone pls help! thanks in advance

 

Made4uo-Ribe
Shopify Partner
8238 1977 2425

Hi @pricecheckstore 

Check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

a#HeaderMenu-sale, a#HeaderDrawer-sale {
    color: red;
}

 

And Save. 

Result:

Made4uoRibe_0-1715171756911.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
STIILI
Visitor
2 0 0

I have tried all the various possibilities in this chat. However none have worked and my BIG SALE is still black for my website. stiili.com

Made4uo-Ribe
Shopify Partner
8238 1977 2425

Hi @STIILI 

Check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

a[href="/collections/big-sale"] {
    color: red;
}

 

And Sve. 

result:

Made4uoRibe_1-1726935571241.png

Note: This will visible on the mobile and dekstop. 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
STIILI
Visitor
2 0 0

Hi, I did that in my base.css file however I am having the same issues still

 

 

EDIT: IGNORE ABOVE. I RETRIED IT AND IT WORKED!!! THANK YOU. Do you know which coding language this is and why it is different to certain themes?

Made4uo-Ribe
Shopify Partner
8238 1977 2425

Oh, it will be hard to explain with code. It's the same across the other themes, but the specific words you want to change are different from those in the other store, including varying wording and collection names. While you have the same theme, each store owner has a unique design, adding a lot of customizations. That’s why sometimes things work and sometimes they don't.

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
Fevup-Brands
Tourist
3 0 1

Could you help me for matmazelcanta.com? I want "Yeni Sezon" red color

Made4uo-Ribe
Shopify Partner
8238 1977 2425

Hi @Fevup-Brands 

Check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

#sidebar-menu > div > div.header-sidebar__scroller > ul > li:nth-child(1) > a {
    color: red;
}
#shopify-section-sections--22486993764638__header > height-observer > x-header > nav.header__primary-nav.header__primary-nav--center > ul > li:nth-child(1) {
    color: red;
}

 

and save. 

Result:

Made4uoRibe_0-1715177015279.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
Fevup-Brands
Tourist
3 0 1

Many thanks. But it doesn't work on me.

 

Ekran görüntüsü 2024-05-08 174649.png

Made4uo-Ribe
Shopify Partner
8238 1977 2425

You insert theme on the @media

Please follow the image where the curly bracket should be. 

Made4uoRibe_0-1715181320339.png

Check where i transfer the 1 closing bracket. Then Save. 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
jdawson99
Visitor
2 0 0

Ok, it looks like you are the person to talk about changing the color of one menu item on my header.  I went through the previous posts and not one is using the Publisher theme.  Is this functionality possible on this theme?  Would love to change Class of 2025 1/4 Zip to red.  Would love your help!!!  Thanks!

 

https://jpiispiritwear.com/

Made4uo-Ribe
Shopify Partner
8238 1977 2425

Hi @jdawson99 

Yeah, I think so 😅 they keep asking same question on the original post and I know every store is different. 

Check this one for you. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

a#HeaderMenu-class-of-2025-1-4-zip, a#HeaderDrawer-class-of-2025-1-4-zip {
    color: red;
}

 

And save. 

Result:

Made4uoRibe_0-1715259094817.png

Note: I also colored red on the mobile view. 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
jdawson99
Visitor
2 0 0

You are the best!!  Thank you so much!  It worked and it looks fantastic!  

Made4uo-Ribe
Shopify Partner
8238 1977 2425

Your welcome! Happy to help. 😊

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
Fevup-Brands
Tourist
3 0 1

You are excellent. Thank you very much again

Made4uo-Ribe
Shopify Partner
8238 1977 2425

Did that trick work? Good then. Be careful when adding code; it's sensitive, just one dot ., and it can ruin everything.

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
ChelseaCrew
Excursionist
31 1 4

Hi! would you be able to help make my 'LAST CALL' Menu Item in my header become the color red?

website - https://chelseacrew.com/

 

shopify store: the-chelsea-crew

 

thank you!

Made4uo-Ribe
Shopify Partner
8238 1977 2425

Hi @ChelseaCrew 

Do you mean in the mobile view?

Check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

a[href="/collections/last-call"] { 
    color: red !important;
}

 

And Save. 

Result:

Made4uoRibe_0-1715635700852.png

You can take out the code that you add for the desktop. This will show on dekstop and mobile screen. 

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
ChelseaCrew
Excursionist
31 1 4

thank you so much!!!

Luvpip
Tourist
10 0 0

Hi @Made4uo-Ribe 

 

You have been amazing and sadly I have joined the chat a bit later 😄

 

Could you please have a look at my website too by any chance? I've tried that 4-5 different codes mentioned above but sadly none of them worked for me. Also tried adding !important.

 

I would like the SALE collection to be colored to #C51E3A in the navigation. FYI I'm using Buddha navigation app if that could be the problem why it's not working for me.

 

The website's URL is this: https://luvpip.com/

 

Thanks for looking into this 🙂

Made4uo-Ribe
Shopify Partner
8238 1977 2425

Check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

a[href="/collections/yeni%CC%87-sezon"] {
    color: red;
}

 

And sve. 

result:

Made4uoRibe_0-1726935399045.png

This will color the mobile and dekstop. Let me know if you like only the desktop. Thanks!

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
Vinsmoke00
Shopify Partner
4 0 0

Hi there,

 

Can you help me too? I'm trying the code but it's not working.

We want this to make in red on desktop and mobile view. This is our shop decarba.de

Vinsmoke00_0-1721057582773.png

 

Made4uo-Ribe
Shopify Partner
8238 1977 2425

Hi @Vinsmoke00 

Check this one. 

  1. From you Admin page, go to Online Store > Themes
  1. Select the theme you want to edit
  2. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  3. Then place the code below at the very bottom of the file.

 

a.bold.link-faded-reverse, a.group.block.w-full {
    color: red;
}

 

  • And save. 
  • Result:
  • Made4uoRibe_0-1721064611315.png

    Note: I also change the color on the mobile view. 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
Vinsmoke00
Shopify Partner
4 0 0

I already added the code and it's working but one issue is in the mobile version some of the menus are affected check decarba.com to see it

Vinsmoke00_0-1721624732102.png

 

Made4uo-Ribe
Shopify Partner
8238 1977 2425

Oh, can you replace on this code. 

 

a.bold.link-faded-reverse, a[href="/en-pt/collections/mens-bestsellers"] {
    color: red;
}

 

And Save. 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
Vinsmoke00
Shopify Partner
4 0 0

Sorry but the code did this

Vinsmoke00_0-1721668052453.png

 

Made4uo-Ribe
Shopify Partner
8238 1977 2425

Sorry, about that. This is the last option I can think of you cant change the position the the menu cause the color will change. 

Replace the code to this. 

div.header__main-nav > div > nav > ul > li:nth-child(3) > a, div.panel__scroller.v-stack.gap-8 > ul > li:nth-child(3) > a  {
    color: red;
}

And Save. 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
Vinsmoke00
Shopify Partner
4 0 0

Thank you! it works!

EquiZone
New Member
6 0 0

Here to ask the same question as it seems you are the absolute expert at this 🙂 

We want the Sale menu to be red and if possible bold text. 

Here's our website: equizoneonline.com

The theme is Be Yours

Made4uo-Ribe
Shopify Partner
8238 1977 2425

Hi @EquiZone 

Check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

#menu-drawer > div > div > nav > ul > li:nth-child(8) > details > summary > span, a[href="/collections/equestrian-sale"] {
    color: red;
}

 

And Save. 

result:

Made4uoRibe_0-1723580380642.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
EquiZone
New Member
6 0 0

That's great, thank you! However, it has also included the sale text in the header in red (this we ideally don't want). It also seems to have shifted the menu to the right (it's no longer centered). 

All help greatly appreciated! 

EquiZone
New Member
6 0 0
Hi there,

Thank you so much for your help!

Is it possible to make the ext in bold? And also, it has included the sale
text on the headed in red (that we don't want to be in red, just the menu).


Made4uo-Ribe
Shopify Partner
8238 1977 2425

Hi @EquiZone 

Please, make it clear. You want it color red or not? Just bold? 

Made4uoRibe_0-1726066449924.png

Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
Julian_Hektor
Visitor
1 0 0

Hey hey, i also added a red menu item (a[href="/collections/spar-sets"] {color: #DB5226 !important;}) and it works like a charm but unfortunately not when the menu link is active. Tried to solve this via the a:hover / a:active status but there seems to be a class called .header__active-menu-item 

 

The theme is Refresh

 

Any help is really appreciated 😊

Made4uo-Ribe
Shopify Partner
8238 1977 2425

Hi @Julian_Hektor 

Can I take a look in your store? Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
Skviotu
Shopify Partner
10 0 2

Hello,

 

Can you help to get a code for this store too? https://263b2e-ed.myshopify.com/

 

Mega Menu - Sklep - needs red colour and mobile too.

 

Thank you in advance.

Made4uo-Ribe
Shopify Partner
8238 1977 2425

Hi @Skviotu 

Check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

li.has-submenu.submenu-is-mega-menu:nth-child(1) > a {
    color: red;
}

 

And Save. 

Result:

Made4uoRibe_0-1727784261110.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

Luvpip
Tourist
10 0 0

Hi @Made4uo-Ribe ,

 

You have been amazing and sadly I have joined the chat a bit later 😄

 

Could you please have a look at my website too by any chance? I've tried that 4-5 different codes mentioned above but sadly none of them worked for me. Also tried adding !important.

 

I would like the SALE collection to be colored to #C51E3A in the navigation. FYI I'm using Buddha navigation app if that could be the problem why it's not working for me.

 

Thanks for looking into this 🙂

Made4uo-Ribe
Shopify Partner
8238 1977 2425

Hello @Luvpip 

It seems like you already change it,. 

Made4uoRibe_0-1716210755707.png

 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
mmoonndd
Tourist
3 0 1

Hi @Made4uo-Ribe 

Hi can you help me?, I want to make my On Sale menu in red color

 

https://diyevolution.com.au/

 

Thank you

Raymond
Made4uo-Ribe
Shopify Partner
8238 1977 2425

Hi @mmoonndd 

Yeah sure, check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

a#HeaderMenu-on-sale, a#HeaderDrawer-on-sale {
    color: red;
}

 

Note: Paste it after the very last curly bracket } in the file. 

And Save. 

Result:

Made4uoRibe_0-1717170268272.png

Its for mobile and desktop.

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
mmoonndd
Tourist
3 0 1

Hi @Made4uo-Ribe, it works, thank you so much.

 

Regards,

Raymond

Raymond
Made4uo-Ribe
Shopify Partner
8238 1977 2425

Welcome, Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
Fetchy
Visitor
1 0 0

Hey @Made4uo-Ribe - Could you please help with changing a single nav/menu item to a different colour on my Expanse Theme. 

 

URL is fetchy.co 

Menu item is "New Arrivals". 

Color is Hex #FF3C10

 

Thanks! 

Made4uo-Ribe
Shopify Partner
8238 1977 2425

Hi @Fetchy 

Check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

details#site-nav-item--4 summary {
    color: #FF3C10;
}
div.slide-nav__wrapper > ul > li:nth-child(4) > button {
    color: #FF3C10;
}

 

And Save. 

result:

Made4uoRibe_0-1718972084162.pngMade4uoRibe_1-1718972091483.png

 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.