Problem with wrong navigation bar
Closed this issue · 1 comments
Explorare commented
It seems that the DMM navigation bar was loaded in a wrong place which above the icon of 「母港」. When I click that icon then pop up the DMM menu which made me annoying. I'v tried ver. 4.1.5 / 4.1.3 / 3.8, all with the same problem. I'v tried clean my web cache but had no use.
It seems that DMM have changed the design of their web pages?
Please help. Thanks. ( ´_ゝ`)
Explorare commented
Problem fixed
Replace this code
.area-pickupgame
{
display:none!important;
}
in KanColleViewer.exe.config
with
.area-pickupgame, #dmm-ntgnavi-renew, .ntgnavi-l, .area-menu, .menu-icon
{
display:none!important;
}
Save and reboot your KCV.
Thanks for gakada‘s help.