Some items in megamenu they are shown white color ,seems mouse is hoveron

https://37e364.myshopify.com/ hye

some items i.e home ,about us , no gi , street wear they are show white color ,seems mouse is hoveron. want to fix this

catalog and contact us they are shown fine . also how can i change hover on color of megamenu items .

regards

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
.header__active-menu-item {
color: unset!important;
}