Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1125882

    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

    #1126095

    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

    • This reply was modified 5 years, 10 months ago by Rikard.
    #1126191

    Hi Rikard,

    Thanks a lot works like a charm!

    Cheers

    #1126254

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Set different font color of menu items’ is closed to new replies.