Change navigation menu color: drop down menu is showing up as white?

Hi, when I create a drop down menu in my navigation the menu item turns white and I am not sure how to fix that. I have attached a photo. As you can see, the underlined text is white, but when I hover over it, it becomes visible. This happens to any navigation item that I decide to add a drop down menu to. Is there any solution to this? I am using the Debut theme. I noticed that when I change my background color, it becomes visible. This is because the “invisible text” is white, on a white background. However, I’d like to make it black text for all drop down menu items.

adthai_0-1634086782611.png

2 Likes

@adthai

Please share your store URL.

@adthai

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Welcome to Shopify Community.

Please share your store URL and if your store is password protected then please provide password too.

Thank you.

Hi, my URL is https://a-lineage-story.myshopify.com/. The password is ‘beckew’

1 Like

@adthai

thanks for URL

sorry i can’t see dropdown menu

hello @adthai

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.site-nav .site-nav--has-dropdown .site-nav__link--button {
    color: #000000 !important;
}
1 Like