Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • austjamesl Friend
    #167978

    Hello,

    In the Community Plus template using the mega menu, how can I select one menu item to always be highlighted a specific colour?

    For example, I may have 5 menu options (top level) but want the ‘Contact Us’ option always highlighted in Yellow when all of the other menu items such as ‘Home’ and ‘About Us’ are Blue.

    In addition to the above, how do I change the sub-menu background colour? This is the background colour when viewing sub-menus of the mega menu.

    I am using v1.6 Joomla with Community Plus Template.

    Thanks

    James

    Trimud Friend
    #409655

    Hi,

    Every menu link has its own ID.
    Look at the demo page with firebug: http://www.joomlart.com/demo/#templates.joomlart.com/ja_community_plus
    “Start walk” menu has id=”menu125″

    <span class="menu-title">Start walk</span>

    This way You could add for example to templates/ja_community_plus/css/menu/mega.css this code:

    .ja-megamenu ul.level0 li.mega a#menu125.mega { background: red; color: white; }

    The background of sub-menu is also in this CSS file or in one of the core themes You are using:

    .ja-megamenu .childcontent-inner {
    background: #584E48 url('/ja_community_plus/templates/ja_community_plus/images/menu-bg01.gif') repeat-x left top;
    border: 1px solid #938781;
    }

    Regards

    jamjodesign Friend
    #410363

    Helped me alot, thanks

    Trimud Friend
    #410369

    Glad I’ve helped 🙂

    austjamesl Friend
    #410450

    Thanks heaps. That works perfectly well.

    Note, the CSS is at: plugins/system/jat3/jat3/base-themes/default/css/menu when using community plus.

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

This topic contains 5 replies, has 3 voices, and was last updated by  austjamesl 13 years, 2 months ago.

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