Set the color of Sub menu text

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 @widyamuktiwaskito,

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 :slight_smile:

Hi there,

Yes, it helps. Thank you so much :smiley:

Glad we were able to help :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.