@ spanta, miku
It is JA Bookshop’s bug when megamenu is disabled. We will commit the fix in next update for this template.
Meanwhile, please apply the following quick fix:
– Open templates/ja_bookshop/css/custom.css file (create such new file if it doesn’t exist) and add CSS rule below:
.navbar-nav .dropdown-menu {
background: #333;
}
.navbar-nav .dropdown-menu > li > a {
color: #fff;
font-family: 'Roboto Slab',Georgia,Times,serif;
}
.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav .dropdown-menu > li > a:focus,
.navbar-nav .dropdown-menu > li > a:active {
background: none;
color: #F0141E;
}
.navbar-nav .dropdown-menu > li.open > a,
.navbar-nav .dropdown-menu > li.active > a {
background: none;
color: #F0141E;
}
Hope that helps.