How can I change the color of “Shop the Cure” in my menu to be hex #e55ea1 ?
I am using context theme.
The website is https://sabichic.ca/
I need it also for mobile.
Thanks
How can I change the color of “Shop the Cure” in my menu to be hex #e55ea1 ?
I am using context theme.
The website is https://sabichic.ca/
I need it also for mobile.
Thanks
Hello There,
li.nav__item.nav__item-shop-the-cure {
color: #e55ea1!important;
}
hello @GYBcais
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
.header__nav .nav.nav--depth-1 :nth-child(4){
color: #e55ea1!important;
}