Change dropdown menu text color prestige theme

I’m wondering how to change dropdown menu text color prestige theme

right now the text color is in grey, I want to change it to black

Thank you!

1 Like

@lorrnnzo

Welcome to Shopify Community,

We are happy to help you.

.SidebarMenu .Text--subdued {
    color: rgb(0 0 0 / 98%) !important;
}

Add this code in the bottom of theme.css file,

Let me, know if you need any more help

or if you have any query we can discuss it.

Thank you.

1 Like