- Acme Themes

Best Premium and Free WordPress Themes Forums SuperMag Supermag – Post Page Navbar Issue Reply To: Supermag – Post Page Navbar Issue

#5392
acmethemes
Keymaster

We think we finally understand your problem, This is because the post have many categories and you use that categories in the navigation. Please use following custom CSS

header-wrapper .menu > li.current-menu-parent a::before {
background: #fff;
}
.header-main-menu .acmethemes-nav ul li.current-menu-parent a {
background: #2D2D2D;
}

Thanks