hi,
anyone can help me to change the "sale" menu to red color?
here's the website https://www.crownforeverla.com/
and please see the photos
Please add the following code at the bottom of your assets/styelsheet.css file.
ul#main-nav li a[href="/collections/all-kids-brands"]{
color: red !important;
}
Hope this helps.
Thanks!
Hello,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->stylesheet.css.liquid
ul#main-nav li:nth-child(6) a.dlink{
color:red;
}
For mobile please use the following code.
.mobile-navigation ul#accordion li a[href="/collections/all-kids-brands"]{
color: red !important;
}
Hope this works.
Thanks!
User | Count |
---|---|
709 | |
142 | |
103 | |
64 | |
36 |