Home Forums WoodMart support forum Changing one of menu texts Reply To: Changing one of menu texts

#246191

Hello,

Please add this code:

body .whb-color-dark .navigation-style-underline .item-level-0:last-child a{
color:red;
}
body .navigation-style-underline .nav-link-text:after{
	background-color: red;
}

I have checked it works.

Best Regards