Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • jayatunge Friend
    #166785

    Is it possible to mimic the ja_purity Top menu with this template but colors reversed like in the attached picture? I tried customizing with the help of firebug but wasn’t successful. Any help, would be greatly appreciated.


    1. menubar
    khoand Friend
    #403400

    Hi,
    Could you give me a link to your page as you said?

    jayatunge Friend
    #403463

    Sorry, here is the temporary URL: http://www.theaceconsulting.com/ores/
    I can PM the Super Admin credentials if needed.
    Thanks for the help. 🙂

    khoand Friend
    #403466

    You replace this code from /templates/ja_ores/css/template.css in the line #1258

    #ja-mainnav {
    line-height: 1;
    position: relative;
    z-index: 1000;
    float: right;
    background: url("../images/grad1-mask.png") repeat-x scroll center top #069 !important;
    border-bottom: 1px solid black;
    }

    with

    #ja-mainnav {
    line-height: 1;
    position: relative;
    z-index: 1000;
    float: right;
    background: url("../images/grad1-mask.png") repeat-x scroll center top #444 !important;
    border-bottom: 1px solid black;
    }

    – You replace this code from /templates/ja_ores/css/colors/light-theme.css in the line #216

    ul.level0 li.mega a.active, ul.level0 li.mega a.active:hover, ul.level0 li.mega a.active:active, ul.level0 li.mega a.active:focus {
    color: #353535;
    background-color: #E5E5E5;
    background-image: none;
    }

    with

    ul.level0 li.mega a.active, ul.level0 li.mega a.active:hover, ul.level0 li.mega a.active:active, ul.level0 li.mega a.active:focus {
    color: white;
    background-color: #069;

    background-image: none;
    }

    jayatunge Friend
    #403474

    Hi khoand,
    Thank so much for the quick response. I did the changes as per your post. But it is not quite similar to ja_purity menu. :(( I would like to see the top menu like in the attachment. The other thing I noticed is that menu looks different in IE8 than Firefox, too. :((
    Your help is very much appreciated to achieve this results.


    1. Ores-menubar
Viewing 5 posts - 1 through 5 (of 5 total)

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

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