Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • kpanchoo Friend
    #162104

    Hi,

    I’d like to change the highlight colour on the main menu, its currtenly dark grey, i’d like to try something else, how would i go about doing this– which file do i edit to change the css color (hopefully thats all it takes )

    thanks,
    K

    aman204 Friend
    #383996

    Do you wish to refer to active (when the menu item is on) or hover (when the menu item is focussed on) menu item?

    kpanchoo Friend
    #384107

    both actually

    Sherlock Friend
    #384216

    Dear kpanchoo,

    You open the file of templates/ja_community_plus/css/menu/mega.css and try as following
    1) For active,Look for this css
    .ja-megamenu ul.level0 li.mega a.mega.active {
    background: url(“../../images/grad-01.png”) repeat-x scroll left top transparent;
    border: 0 none;
    color: #FBCC93;
    margin: 0;
    padding: 15px 20px;
    }
    You can change the color and the background color as well here.
    2)For hover,Look for this css
    .ja-megamenu ul.level0 li.mega a.mega.over {
    background: url(“../../images/grad-03.gif”) repeat-x scroll left bottom transparent;
    border-color: #938781 #938781 -moz-use-text-color;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    margin: 0 -1px;
    padding-top: 14px;
    }

    And also make changes as you want.

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

This topic contains 4 replies, has 3 voices, and was last updated by  Sherlock 13 years, 1 month ago.

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