Change colour of one menu item

Solved

Change colour of one menu item

ThomasKronevald
Excursionist
22 1 5

I have tried adding the code:

 

#shopify-section-sections--16220654043308__header > div.header__wrapper.header-override-border > header > div > div > div.header__desktop.header__desktop--menu_center > div.header__desktop__bar__c > nav > div > div:nth-child(3) > a {
color: red !important;
}

 

in the ASSET / Base.css however without success. We are on a Be Yours 7.2.2 theme. Just want our Clearance Sale % to be hightlighted.

Accepted Solution (1)

ThomasKronevald
Excursionist
22 1 5

This is an accepted solution.

It works thanks! 

View solution in original post

Replies 6 (6)

Made4uo-Ribe
Shopify Partner
10203 2423 3069

Hi @ThomasKronevald 

Please, share your store URL. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
ThomasKronevald
Excursionist
22 1 5
Ahsan_ANC
Shopify Partner
1410 254 328

try this

 

header > nav > ul > li:nth-child(1) > dropdown-menu > a > span{
   color: red !important;
}
Contact for any custom design? Skype : ahsananc
>Was your question answered? Mark it as an Accepted Solution!
Feel Free to Contact Me at my Email: anc2277@gmail.com


To enhance and customize Shopify search and filter, I use Boost Product Filter & Search
Made4uo-Ribe
Shopify Partner
10203 2423 3069

Thanks for the info, try this one. 

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

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

3. n the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag. 

4. 

 

<style>
a[href="/collections/clearance-sale-up-to-70-off-on-designer-lighting-1"].header__menu-item .label,
a[href="/collections/clearance-sale-up-to-70-off-on-designer-lighting-1"].menu-drawer__menu-item {
    color: red;
}
</style>

 

5. And Save. 

6. Result:

Made4uoRibe_0-1730136550957.png

 

 

 

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

ThomasKronevald
Excursionist
22 1 5

This is an accepted solution.

It works thanks! 

Made4uo-Ribe
Shopify Partner
10203 2423 3069

Which one it works? 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 are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.