Change colour of one menu item

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.

1 Like

Hi @ThomasKronevald

Please, share your store URL. Thanks!

www.ebbandflow.com

try this

header > nav > ul > li:nth-child(1) > dropdown-menu > a > span{
   color: red !important;
}

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 tag and paste the code below before the tag.


  1. And Save.

  2. Result:

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

1 Like

It works thanks!

Which one it works? Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

1 Like