Hello @sulabh12
You can achieve this by applying following CSS code.
#menu-headermenu2 > div:nth-last-of-type(-n+2) a span {
color: red; /*change color with your color code*/
}
#menu-headermenu2 > div:nth-last-of-type(-n+2) a span:hover {
color: yellow; /*change color with your color code*/
}
Please change the color name with your required color codes.
Hope this will help.
Thanks
Thank you for replying @wbcomdesigns. I added the custom code you mentioned but it didn’t work.
I added the code in style.css.
It is working – refresh your browser by pressing ctrl F5
@wbcomdesigns, thank you its working now. @hudsonvalleywebdesign, thank you for letting me know.