Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • ar2solutions Friend
    #146871

    Hi guys,

    I’m usually able to find where the CSS code is to change the attributes for the moo menu style but fore this one, i can’t find it!

    How do you change the color of the actually moo menu when it drops down?
    I know how to change the color for the hover but i need to change color after it drop downs…

    Im using the wood style, right now, according to the template below, its like #333333 with transparent i think..

    http://template15.joomlart.com/ja_cooper/?ja_color=default

    any help?

    Thanks!!

    Saguaros Moderator
    #326906

    Hello

    Please open the file : templates/ja_cooper/ja_menus/ja_moomenu/ja.moomenu.css find a block code at line 142:

    [PHP]
    #ja-cssmenu li ul {
    border: 1px solid #222222;
    background: url(../../images/trans-menu.png);
    }
    [/PHP]
    you change the background by your image.
    – change the background when the mouse hover, please find a block at line 175
    [PHP]
    #ja-cssmenu li ul a:hover,
    #ja-cssmenu li ul a:active,
    #ja-cssmenu li ul a:focus,
    #ja-cssmenu ul li:hover,
    #ja-cssmenu ul li.sfhover,
    #ja-cssmenu ul li.havesubchildsfhover,
    #ja-cssmenu ul li.havesubchild-activesfhover,
    #ja-cssmenu ul ul li:hover,
    #ja-cssmenu ul ul li.sfhover,
    #ja-cssmenu ul ul li.havesubchildsfhover,
    #ja-cssmenu ul ul li.havesubchild-activesfhover {
    background: #262626;
    color: #FFFFFF !important;

    [/PHP]

    good luck

    ar2solutions Friend
    #327035

    Hi tienhc,

    thank you for your reply.

    The whole time, i was looking for a CSS code and did not realize that it was a transparent image.
    I have fixed my problem,

    Thanks

    -Ar2solutions

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

This topic contains 3 replies, has 2 voices, and was last updated by  ar2solutions 14 years, 11 months ago.

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