-
AuthorPosts
-
Benjamin Falcon Friend
Benjamin Falcon
- Join date:
- September 2014
- Posts:
- 74
- Downloads:
- 0
- Uploads:
- 20
- Thanks:
- 20
February 9, 2012 at 8:41 pm #173739I 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:
-
khoand Friend
khoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
February 10, 2012 at 5:33 am #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;
}1 user says Thank You to khoand for this useful post
Benjamin Falcon FriendBenjamin Falcon
- Join date:
- September 2014
- Posts:
- 74
- Downloads:
- 0
- Uploads:
- 20
- Thanks:
- 20
February 13, 2012 at 3:45 pm #438207Thank you kindly for your guidance.
-
AuthorPosts
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, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum