Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • pabloian Friend
    #164078

    How I can change the black color of the menu, be it a single color such as green or as you pass the mouse that is a different color and not black in Jateline IV. Thank you very much

    gray Friend
    #391549

    It depend what kind of menu is used. By default:

    css file: /templates/ja_teline_iv/css/menu/mega.css

    when a menu item is clicked (active) black color is set by

    .ja-megamenu ul.level0 li.active a.mega { background: #000; }

    color of the text (white) is set by:

    .ja-megamenu a.over, .ja-megamenu a.active {
    color: #ffffff !important;
    }

    pritam Friend
    #391550

    Hello,

    To change the black color of the menu such as green Find this code to template.css

    .ja-megamenu ul.level0 li.mega a.mega {
    color: #000000;
    font-size: 125%;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    }

    change this code to

    .ja-megamenu ul.level0 li.mega a.mega {
    color: #008000;
    font-size: 125%;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    }

    pabloian Friend
    #391635

    Pritam, has been clear to me how, but nothing has happened despite the fact that clean the cache of the template and different browsers.
    # ffffff
    Thanks also to you Gray, replace only the color of # 000 to # ffffff, although I must wonder if he suggested is to change all the code:

    ja-megamenu ul.level0 li.active a.mega {background: # 000;}

    by:

    . ja-megamenu a.over. a.active {ja-megamenu
    color: # ffffff! important;

    Thank you very much

    What I want to change the background color (black) when you pass the mouse green is ……. Home Products, my kind of menu menu magazine is mega in Jateline IV (the default)

    thangnn1510 Friend
    #392036

    Could you give us the site link and a screenshot what you want to change?

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

This topic contains 5 replies, has 4 voices, and was last updated by  thangnn1510 13 years, 5 months ago.

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