Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • basdc Friend
    #183953

    I need to change the hover colour on the main nav in ja mero. when using the light template the hover is also white! I have tried changing loads of colours in the css file but to no avail? Can some nice person please give me some help?
    Thanks

    Ninja Lead Moderator
    #479974

    You can change it here
    <blockquote>templates/ja_mero/css/themes/light/template.css</blockquote>
    from

    .ja-mainnav .navbar .nav > li > a:focus,
    .ja-mainnav .navbar .nav > li > a:hover {
    background: transparent;
    color: #fff
    text-shadow: none;
    }

    .ja-mainnav .nav li.dropdown.open > .dropdown-toggle {
    background: transparent;
    }

    change to

    .ja-mainnav .navbar .nav > li > a:focus,
    .ja-mainnav .navbar .nav > li > a:hover {
    background: transparent;
    color: red;
    text-shadow: none;
    }

    .ja-mainnav .nav li.dropdown.open > .dropdown-toggle {
    background: transparent;
    color:red;
    }

    marco17 Friend
    #481848

    Hi,

    and how we can change the color when you click over the menu option to disply the submenu?

    Many thanks.

    Marco

    Ninja Lead Moderator
    #481971

    You can change it here
    <blockquote>Open templates/ja_mero/less/navigation.less file</blockquote>

    // Hover state
    // -----------
    .ja-mainnav .dropdown-menu li > a:hover,
    .ja-mainnav .dropdown-menu li > a:focus,
    .ja-mainnav .dropdown-submenu:hover > a {
    background: @gray;
    color: @white;
    }

    // Active state
    // ------------
    .ja-mainnav .dropdown-menu .active > a,
    .ja-mainnav .dropdown-menu .active > a:hover {
    background: @TPLbaseColor;
    }

    gabriel51 Friend
    #493204

    Hello,

    I can we change the color for the mainnav text? (not when selected or hover, but the main menu text)

    Thanks

    Ninja Lead Moderator
    #493347

    Try this way

    – Open templates/ja_mero/css/themes/wood/template.css file

    – Find this css rule:

    .ja-mainnav .navbar .nav > li > a {
    color: #fff;
    }

    or change to your desired color.

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

This topic contains 6 replies, has 4 voices, and was last updated by  Ninja Lead 11 years, 6 months ago.

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