Home › Forums › Support › Menu colors This topic has 3 replies, 2 voices, and was last updated 3 years, 3 months ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts August 29, 2020 at 7:19 am #1422887 Gelu-Dănuț Hi, I want to make a site for a kids playground. For this, I want to have attractive colors, including menu items. Each menu item should have a different color. No menu item should have the color of the others. Thank you! August 29, 2020 at 9:02 am #1423129 LeoStaff Customer Support Hi there, You need give each menu item a unique custom class: https://docs.generatepress.com/article/using-the-wordpress-menu-builder/#custom-classes So if we have a class called black and a class called white then this would be the CSS: Then add this CSS: .main-navigation .main-nav ul li.black a { background-color: #000000; } .main-navigation .main-nav ul li.white a { background-color: #ffffff; } Adding CSS: https://docs.generatepress.com/article/adding-css/ Let me know if this helps 🙂 August 29, 2020 at 1:17 pm #1423351 Gelu-Dănuț Thank you! August 29, 2020 at 6:21 pm #1423466 LeoStaff Customer Support No problem 🙂 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In