Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • spanta Friend
    #193410

    Hi,

    I start using this template for a previous made site. The menu system has coloring problems.
    The first layer works fine but with submenus (second layer) the text & background color are the same so you can not read them

    cssyeah Moderator
    #517169

    Hi spanta,

    All menu items and sub menu is working fine on our demo. Can you provide us the screenshot of this issue or post your url here? We will help you check this issue and give you a solution.

    Regards

    miku Friend
    #517243

    Hello, I had same problem when I disabled Megamenu.When I turned it on again it all works fine again.

    Css Magician Friend
    #517249

    @ 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.

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 4 voices, and was last updated by  Css Magician 10 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum