Metronic Mega Update!Tailwind 4, React 19, Next.js 15, KtUI, ReUI, eCommerce, User Management Apps and more
Explore Update

Demo 1 v8.2.3 - Mobile - Dark Header - Side menu links white on click


Hello,

on Metronic v8.2.3, Demo 1, when using dark header, the parent menu links on mobile turn white on touch/click/hover, making them invisible as the background is also white.

Is there a fix for this so that the parent links are visible?

To replicate, go to the layout builder https://preview.keenthemes.com/metronic8/demo1/layout-builder.html and change only the layout to dark header and preview. Change to mobile view on Chrome and click the side menu button.

Regards
Chris


Text formatting options
Submit

Replies (2)


I was looking for a reliable site to try my luck with online casino games. After searching, I came across best online casino games . This site stood out for its vast collection of games and its smooth user experience. The bonuses available are pretty good, and it’s easy to claim them. I found the platform to be very straightforward and enjoyable. It’s definitely one of my go-to sites now.



Hi,

Thank you for the feedback. Good spot. We will fix it in the next update asap.

In the meantime, you can just fix it in your source by editing src/sass/layout/header/_header-dark.scss to apply the dark menu theme only for desktop mode:


[data-kt-app-layout="dark-header"] {
@include media-breakpoint-up(lg) {
// General mode
.app-header-menu {
}
}
}


Then recompile your assets folder with Gulp or Webpack.

Please note that the build tools are required only in the development environment just to compile the assets when the source folder files are modified. In the hosting/server deployment, you will only need the compile assets, no need to install the build tools dependencies there.


Regards.


Text formatting options
Submit
Text formatting options
Submit