Comments 2Kelly started the conversationSeptember 23, 2016 at 3:08pmHow can I change the underline color of the menu item through CSS, without changing the main theme color settings? I tried the code below, with "homer" being the name of the menu. header.menu-column .homer li a { border-bottom: 1px solid #879148;} 1,558Laborator repliedSeptember 23, 2016 at 8:06pmHi Kelly,Use the following CSS to change the underline color: .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-light div.menu>ul>li>a:after, .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-light ul.menu>li>a:after { background-color: red !important; } Best regards,Laborator Team Documentation Join Kalium Users Group 2Kelly repliedSeptember 29, 2016 at 3:12pmThank you, Art. You're great!! I really appreciate all of your help. 1,558Laborator repliedSeptember 30, 2016 at 11:31amYou're welcome KellyBest regards,Laborator Team Documentation Join Kalium Users Group Sign in to reply ...
How can I change the underline color of the menu item through CSS, without changing the main theme color settings? I tried the code below, with "homer" being the name of the menu.
header.menu-column .homer li a {
border-bottom: 1px solid #879148;
}
Hi Kelly,
Use the following CSS to change the underline color:
Best regards,
Laborator Team
Thank you, Art. You're great!! I really appreciate all of your help.
You're welcome Kelly
Best regards,
Laborator Team