Dear all,
I would like to change the "SALES" item colour in my main menu, I've seen many solutio on the forum but it seems that it is specifi to each website.
Could someone help me to change it on my website please ?
Your help would be highly appreciated.
Thank you very much
Solved! Go to the solution
Hello,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.css.liquid
ul#SiteNav li:nth-child(4) a {
color: pink;
}
Change the color as per your choice.
Hope this will work for you.
Thanks....
Dear @oscprofessional
Thank you very much for your help !
It works, but the only problem is that now my sub-sections "Chocolates"(under the Catalog collection) and "Premium Box" (under the "Konbini Boxes") are also bold and pink while I don't want them to be.
Could you please help me with that ?
Thank you
This is an accepted solution.
Replace above code with
ul#SiteNav a[href="/collections/super-sales"] {
color: red;
}
User | Count |
---|---|
22 | |
16 | |
15 | |
15 | |
14 |