Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Benjamin Falcon Friend
    #173739

    I found the CSS to change the color to the A) main menu and B) the header.

    Screenshot:

    To change the header color in template.css:
    #ja-header {
    /* background: url(../images/top-bg.gif) repeat-x left bottom #034581;*/ /* blue */
    background: url(../images/SOME_OTHER_IMAGE.gif) repeat-x left bottom #000000;
    }

    To change the menu color in template.css:
    #ja-mainnav {
    /* background: url(“../images/mainnav-bg.gif”) repeat-x scroll left bottom #8ba1b5;*/
    background: url(“../images/mainnav-bgxxx.gif”) repeat-x scroll left bottom #000000;
    }

    But where do I change the color for the selected menu item and the color of the mouse rollover menu item? Example:


    1. ja-travel
    2. menu_item_color
    khoand Friend
    #437788

    <em>@directcorrespondentlender 299812 wrote:</em><blockquote>But where do I change the color for the selected menu item and the color of the mouse rollover menu item? Example:
    </blockquote>
    Hi,
    You find this code from /templates/ja_travel/css/menu/mega.css

    .ja-megamenu ul.level0 li.mega a.mega.active {
    background: url(../../images/mainnav-active.gif) left top repeat-x; < change this line
    color: #F9BC61;
    padding: 8px 20px;
    margin: 0;
    }

    .ja-megamenu ul.level0 li.mega a.mega.over {
    background: url(../../images/maninav-hover.gif) left top repeat-x; < change this line
    color: #FAF3C6;
    padding: 8px 20px;
    }

    Benjamin Falcon Friend
    #438207

    Thank you kindly for your guidance.

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

This topic contains 3 replies, has 2 voices, and was last updated by  Benjamin Falcon 12 years, 9 months ago.

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