Dear Kriesi team,
I have added to a page of my website a sidebar menu in a widget area to list product categories. I would like to know if there is a way to change the color of the font of each menu item individually?
I mean e.g. the first item menu has a red font, the second a blue font, the third a cyan font etc..
Is this anyhow possible?
Best
L
Hey lreymond,
You should be able to do that yes, here’s an example for your first menu item:
.sidebar #menu-item-1502 a {
color:red;
}
Inspect each item in your browser to find the ID and replace the ID in the example with the new one to add new colours.
Best regards,
Rikard
Hi Rikard,
Thanks a lot works like a charm!
Cheers
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon