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!
try this
header > nav > ul > li:nth-child(1) > dropdown-menu > a > span{
color: red !important;
}
Thanks for the info, 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”.
-
n the “theme. Liquid” file. Find the tag and paste the code below before the tag.
-
And Save.
-
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
Which one it works? Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
1 Like