Happy New Year. Wishing you and your family will always be healthy, lucky, and happy
Yes, I got the answer from my coder.
The yellow items are because of the display of the current page. Because all those items are links to the Shop page. So when you are on the Shop page, all items will be in yellow.
So we have 2 solutions for you:
1. You can go to Menus >> Main Menu then edit again all menu items >> remove the link in each menu item.
2. If you want to keep your intention (all menu items will be in yellow when you are on the Shop page), you can use this CSS:
body .menu-item{
--current-item: inherit;
}
body .menu-item a:hover {
color: var(--main-color);
}
Hope that this will help you to solve the problem.
And I really hope that you will spend a little time going to this website:
https://themeforest.net/item/dukamarket-multipurpose-wordpress-theme/reviews/32652450
and rate 5 stars for me there.
Thank you so much!!
Yame