Tagged: x Author Posts March 24, 2017 at 4:23 pm #1419538 hwolfeParticipant Hey, guys! How can I change the color for one specific menu item? I searched the forum but nothing I found worked, or I didn’t do it right. It’s the New Patient item here. Need to change both color and hover color: http://f47.5cc.myftpupload.com March 24, 2017 at 4:24 pm #1419539 hwolfeParticipant This reply has been marked as private. March 24, 2017 at 10:02 pm #1419796 Prasant RaiModerator Hello There, Thanks for writing in! You can add this under Custom > CSS in the Customizer: li#menu-item-510 a { color: #ddd; } li#menu-item-510 a:hover { box-shadow: inset 0 4px 0 0 hsl(0, 0%, 68%); } Thanks. Author Posts