This topic has 3 replies, 3 voices, and was last updated 8 years, 3 months ago ago by Jack Richardson
Hi!
This may not be possible, but I was wondering if I could change the colours of each individual heading in the menu on the header? For example, first one blue, second one red, etc.
It may not be possible without a lot of hassle.
Thanks!
Hello,
Unfortunately, there is no such option in our theme.
Regards,
Rose Tyler.
Hello,
You can change color for menu items using this css code:
For “New In”:
.menu-item-189 > a {
color: red !important;
}
For Women’s:
.menu-item-195 > a {
color: black !important;
}
For Men’s:
.menu-item-196 > a {
color: grey !important;
}
For Pre-Order:
.menu-item-192 > a {
color: green !important;
}
For Sale:
.menu-item-186 > a {
color: yellow !important;
}
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up