test
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • turminator Friend
    #184907

    Hello,

    I’m using JA_Mero with responsive and css compress and Light Theme.

    I would like to to a little modification but I don’t found any thread that we can do it.

    1.- How can I change hover colour of menu items. Now the color is white and is not visible with background website.
    2.- Also I would like to change color of all menu items. Now are blue.

    How can I do?

    Many thanks!

    Ninja Lead Moderator
    #483401

    Please follow as my suggestions

    Open templates/ja_mero/css/themes/light/template.css file

    1) Change White color


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

    2) Change Blue color

    .ja-mainnav .navbar .nav > .active > a,
    .ja-mainnav .navbar .nav > .active > a:hover,
    .ja-mainnav .navbar .nav > .active > a:focus {
    color: #1ba1e2 !important;
    }

    gringo211985 Friend
    #483441

    Hi Ninja,

    Thanks for the help, now the text is now blue when hovering over.

    I still have a problem though, because the menu items with a dropdown menu have an upside down triangle next to them and they are white.

    How do I make these blue like the text?

    Phill Moderator
    #483442

    Please open the templatesja_merocsscustom.css and add the code below

    .navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #666
    border-bottom-color: #666
    }
    .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
    .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
    .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #fff
    border-bottom-color: #fff
    }

    Then adjust the colour codes to whatever ones suit your site.

    gringo211985 Friend
    #483451

    Thanks Phil,

    I tried your fix but the upside down triangles are still showing white, is there any additional edits I need to make?

    Phill Moderator
    #483454

    Did you adjust the #fff values to your desired colour? And once you did please remember to clear your cache.

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

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

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