Hi there,
How to change the color of sub menu text without effecting another text? because, i think the text color of sub menu text is follow the main menu. So, i want to make it difference, can you help me?

Looking forward for your reply.
Hi there,
How to change the color of sub menu text without effecting another text? because, i think the text color of sub menu text is follow the main menu. So, i want to make it difference, can you help me?

Looking forward for your reply.
Thanks for reaching out.
Sure, it’s possible, please add this CSS to Theme Options > CSS along with your preferred color.
.sub-menu li:not(.current-menu-item) a {
color: #000 !important;
}
Hope this helps 
Hi there,
Yes, it helps. Thank you so much 
Glad we were able to help 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.