I want to make my “sale” link in my navigation red.
I tried some things I saw on previous threads but none of them have worked.
website is
thanks
I want to make my “sale” link in my navigation red.
I tried some things I saw on previous threads but none of them have worked.
website is
thanks
thanks for post, yes please try this code
.main-header nav.full .nav-item.dropdown:last-child a {
color: red !important;
}