How to change mobile navigation text color?

Hi all,

We are trying to fix our mobile navigation text color, which is in white font on gray background.

Here is the link of our website: www.kukubird.com

The navigation looks OK on PC, but not on the mobile site.

We might be aware that this can be done by adding custom CSS code, but not sure where to place the code.

Any suggestions are much appreciated.

Many thanks.

HI @123KUMA ,

As I can see in your site there is a custom.css files added for adding the extra css. So you can put your css there.

Thanks
ISKPRO

Thanks ISKPRO,

I just tried to add the following code on the custom.css file.

.tmenu_item_text {
  color: #000;
}

But it looks like this style is overridden somewhere.

Any advices are much appreciated. Many thanks!

You can either add only parent element id or class or you can use !important at the last of the #000. If you can share the store URL then I can suggest you better.